Doc(Readme en): fix controller read more link (#158)
This commit is contained in:
parent
3b905676d7
commit
aebebd5fa6
@ -563,7 +563,7 @@ _Why:_
|
||||
```
|
||||
|
||||
_Why:_
|
||||
> Because for CRUD we use HTTP methods on `resource` or `collection` URLs. The verbs we were talking about are actually `Controllers`. You usually don't develop many of these. [read more...](https://byrondover.github.io/post/restful-api-guidelines/#controller)
|
||||
> Because for CRUD we use HTTP methods on `resource` or `collection` URLs. The verbs we were talking about are actually `Controllers`. You usually don't develop many of these. [read more...](https://github.com/byrondover/api-guidelines/blob/master/Guidelines.md#controller)
|
||||
|
||||
* The request body or response type is JSON then please follow `camelCase` for `JSON` property names to maintain the consistency.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user