diff --git a/public/guide.html b/public/guide.html index ca2ee02..cac09cd 100644 --- a/public/guide.html +++ b/public/guide.html @@ -82,6 +82,14 @@

List all resources

{ id: 100, title: '[...]' /* ... */ } ] +

Available Resources

+

Create a resource

fetch('https://jsonplaceholder.typicode.com/posts', {
     method: 'POST',