Skip to content

Commit

Permalink
Merge pull request #88 from amandadeegoff/patch-12
Browse files Browse the repository at this point in the history
improving grammar
  • Loading branch information
skie committed May 7, 2021
2 parents 1ee5136 + 264ceb3 commit 9ba07d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Documentation/renderers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Renderers

What are the renderers?

There we have four renderers available for your API. They are:
We have four renderers available for your API. They are:

* **[JSend](Renderers/jsend.md)**: JSend is a specification that lays down some rules for how JSON responses from web servers should be formatted. JSend focuses on application-level (as opposed to protocol- or transport-level) messaging which makes it ideal for use in REST-style applications and APIs. You can see more details [here](https://labs.omniti.com/labs/jsend)
* **[Json](Renderers/json.md)**: JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers. In this [link](http://json.org/) you can see more details.
* **[JSend](Renderers/jsend.md)**: JSend is a specification that lays down some rules for how JSON responses from web servers should be formatted. JSend focuses on application-level (as opposed to protocol- or transport-level) messaging, which makes it ideal for use in REST-style applications and APIs. You can see more details [here](https://labs.omniti.com/labs/jsend)
* **[Json](Renderers/json.md)**: JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is also easy for machines to parse and generate. JSON is a text format that is completely language independent, but uses conventions that are familiar to programmers. In this [link](http://json.org/) you can see more details.
* **[Xml](Renderers/xml.md)**: It is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. [Here](https://en.wikipedia.org/wiki/XML) you can check more details
* **[Raw](Renderers/raw.md)**: This is an unformatted response.

Expand Down

0 comments on commit 9ba07d6

Please sign in to comment.