We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2036267 commit 57476a2Copy full SHA for 57476a2
1 file changed
README.md
@@ -27,7 +27,7 @@ const api = new ApiWrapper([
27
{
28
name: '<Api Name>', // only allow certain words and digits
29
path: '<Api Path>', // e.g. /api/posts
30
- method: '<HTTP Method>', // e.g. post
+ method: '<HTTP Method>', // e.g. post or POST
31
},
32
], {
33
baseUrl: '<Base URL of API>', // e.g. https://jsonplaceholder.typicode.com
0 commit comments