Skip to main content

4 docs tagged with "api"

View all tags

Building a REST API

Build a REST API with Java's built-in HttpServer -- HTTP basics, request handling, JSON serialization, routing, and exposing the task manager over HTTP.

Custom Routes and Endpoints

Strapi custom routes: creating custom endpoints, URL parameters, regex routes, route configuration, public routes, and route middleware/policy attachment.

GraphQL Customization

Strapi GraphQL: custom resolvers, extending the auto-generated schema, middleware, auth in queries, disabling introspection, and solving N+1 problems.

Working with Data

Learn how to fetch data from APIs, handle JSON responses, use async/await, and store data with localStorage and sessionStorage.