August 2017
Beginner
374 pages
10h 41m
English
The following is example output obtained by making an HTTP GET /api request to the backend server:
{ "version": 1, "paths": { "GET /api": "Get API version and paths", "GET /api/posts": "Get all posts", "GET /api/posts/:id": "Get a single post", "POST /api/posts": "Create a new post", "POST /api/posts/:id": "Edit an existing post", "GET /api/users": "Get all users", "GET /api/users/:username": "Get a single user", "POST /api/users": "Create a new user", "POST /api/users/:username": "Edit an existing user" }}
Read now
Unlock full access