class |
AdpApiExample |
Example demonstrating how to call the ADP API using:
1.
|
class |
FakeJsonApiExample |
Example that demonstrates fetching data from multiple endpoints of a Fake-JSON API
|
class |
FluentApiExample |
Example demonstrating the Result-based API for developers who prefer
a more declarative approach without exceptions.
|
class |
JsonTodoExample |
Example that demonstrates fetching a Todo from JSONPlaceholder API
|
class |
NasaApodExample |
Example demonstrating how to fetch NASA's Astronomy Picture of the Day (APOD)
using RocketRest's fluent API.
|
class |
PokeApiExample |
Example demonstrating how to use the PokéAPI with RocketRest's fluent API,
including pagination support.
|
class |
RocketRestCircuitBreakerExample |
Example demonstrating the Circuit Breaker pattern using RocketRest
with https://httpstat.us/ as a test service.
|
class |
RocketRestFluentExample |
Example demonstrating the Fluent API interface with Result pattern
using the main RocketRest class.
|
class |
SapIdpExample |
Example demonstrating SAP IDP authentication and API usage.
|
class |
WeatherExample |
Example demonstrating how to use RocketRest's async API to fetch weather data
from wttr.in service.
|