apib-snippets README
A collection of apiblueprint snippets for Restful
Features
| Snippet |
Renders |
| apib-inti |
Create an API Blueprint Init |
| apib-group |
Create an API Blueprint group |
| apib-resource-init |
Create an API Blueprint resource init |
| apib-resource |
Create an API Blueprint resource with request and response |
| apib-resource-bearer-token |
Create an API Blueprint resource with Bearer Token |
| apib-authorization |
Add Bearer Token |
| apib-get |
APIB Get request |
| apib-list |
APIB List request |
| apib-create |
APIB Create request |
| apib-update-put |
APIB Update request (PUT) |
| apib-update-patch |
APIB Update request (PATCH) |
| apib-delete |
APIB Delete request |
| apib-200 |
Add a 200 ok response |
| apib-400 |
Add a 400 bad request response |
| apib-401 |
Add a 401 Unauthorized response |
Todos
- collection feedback and add more snippets
Enjoy!
| |