Skip to content

Commit

Permalink
Linting issues based on markdownlint.
Browse files Browse the repository at this point in the history
  • Loading branch information
garthoid committed Jun 2, 2024
1 parent d9b7f90 commit 6ba1661
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Before we stampede to REST based Web APIs we need to be aware of the full scope
4. gRPC (gRPC Remote Procedure Calls).
5. WebSockets APIs.


## REST (Representational State Transfer) APIs
## REST (Representational State Transfer) APIs

### History

Expand Down Expand Up @@ -79,9 +78,11 @@ REST APIs use standard HTTP methods to perform operations on resources following

REST relies on headers to support communication of additional information within the request or response.

* Content-Type: Indicates the media type of the resource (e.g., application/json).
* Authorization: Contains credentials for authentication (e.g., tokens).
* Accept: Specifies the media types that are acceptable for the response.
- Content-Type: Indicates the media type of the resource (e.g., application/json).

- Authorization: Contains credentials for authentication (e.g., tokens).

- Accept: Specifies the media types that are acceptable for the response.

#### The Status Codes

Expand Down

0 comments on commit 6ba1661

Please sign in to comment.