Create new API category (#1123)
This commit is contained in:
parent
3c76e512a6
commit
090d42f103
|
@ -2,7 +2,7 @@
|
||||||
title: GraphQL
|
title: GraphQL
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 2017-09-23
|
updated: 2017-09-23
|
||||||
category: Databases
|
category: API
|
||||||
---
|
---
|
||||||
|
|
||||||
## Intro
|
## Intro
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: HTTP Status
|
title: HTTP Status
|
||||||
category: HTTP
|
category: API
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
description: |
|
description: |
|
||||||
List of HTTP Status codes and links to description.
|
List of HTTP Status codes and links to description.
|
||||||
|
@ -111,4 +111,4 @@ WebDAV is an extension of HTTP that allows clients to perform remote Web content
|
||||||
|
|
||||||
* <https://en.wikipedia.org/wiki/List_of_HTTP_status_codes>
|
* <https://en.wikipedia.org/wiki/List_of_HTTP_status_codes>
|
||||||
* <https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>
|
* <https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>
|
||||||
* <https://httpstatuses.com/>
|
* <https://httpstatuses.com/>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title: RESTful API
|
title: RESTful API
|
||||||
updated: 2018-12-25
|
updated: 2018-12-25
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
|
category: API
|
||||||
---
|
---
|
||||||
|
|
||||||
### Status codes
|
### Status codes
|
||||||
|
|
Loading…
Reference in New Issue