Skip to content
#

json-server

Here are 1,889 public repositories matching this topic...

jermbo
jermbo commented Oct 5, 2021

The purpose of Sample APIs is to be a resource to learn all things APIs.

I would like a documentation foundation set up explaining what an API is.
This should include things like;

  • Acronym Definitions
  • HTTP Verb Explanations
    • Links to authority references
  • Simple Diagrams providing a visual explanation
  • ... anything you think a beginner would benefit from knowing

The Web apps in this monorepo make HTTP requests and require uniform consistency in how they are executed and handled. This monorepo demonstrates the same app written with Angular and with Svelte. Each app uses HTTP interceptors. The Angular app uses HttpClient and its interceptors while the Svelte app uses Axios and its interceptors.

  • Updated Apr 14, 2021
  • TypeScript

Improve this page

Add a description, image, and links to the json-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the json-server topic, visit your repo's landing page and select "manage topics."

Learn more