REST
Everything on CoreConcept tagged with REST. Explore related tags below.
Related tags
Courses
Master how microservices talk to each other — synchronous REST and gRPC, async messaging, event-driven patterns, resilience, and distributed consistency.
Articles
Selecting the communication protocol between clients, API gateways, and internal microservices impacts API latency, payload sizes, developer velocity, and syste…
A travel checkout may call a public weather API, your own booking API, and a partner airline API. All three could use REST, but they should not share the same c…
HTTPS and a valid JWT only prove the front door locked. Many real API incidents happen after authentication succeeds: a user changes /orders/42 to /orders/99 an…
A well-designed REST API is a contract. Clients depend on its URLs, error shape, and pagination for years; an accidental breaking change can turn a routine rele…
Your mobile team wants one round trip for a screen. Your partner wants a stable URL they can cache. Your services need typed calls inside the mesh. Those are th…
A checkout call may hit REST at the gateway, a GraphQL BFF for the mobile screen, gRPC between order and inventory, and a webhook when the payment provider sett…
A partner script scrapes your API with a leaked key. A mobile build ships a password in every header. A "Sign in with GitHub" button works until someone treats …
Want a curated collection instead? Topic hubs group the best content by subject.
Browse Topics