Skip to content

Commit

Permalink
Always use plural for resources name (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschaaf committed Oct 6, 2020
1 parent aebebd5 commit 9cb84dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -686,7 +686,7 @@ The **client app did something wrong** or The **API did something wrong**.

* The amount of data the resource exposes should also be taken into account. The API consumer doesn't always need the full representation of a resource. Use a fields query parameter that takes a comma separated list of fields to include:
```
GET /student?fields=id,name,age,class
GET /students?fields=id,name,age,class
```
* Pagination, filtering, and sorting don’t need to be supported from start for all resources. Document those resources that offer filtering and sorting.

Expand Down

0 comments on commit 9cb84dc

Please sign in to comment.