We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1192dd commit eca7e52Copy full SHA for eca7e52
content/docs/http-methods.md
@@ -6,7 +6,7 @@
6
7
```js
8
curl -X GET \
9
- https://gateway.pseudorestapi.com/api/{model-name} \
+ https://gateway.pseudorestapi.com/{model-name} \
10
-H "Accept: application/json" \
11
-u {api-key}:{secret-key}
12
```
@@ -15,7 +15,7 @@ curl -X GET \
15
16
17
18
- https://gateway.pseudorestapi.com/api/{model-name}/{id} \
+ https://gateway.pseudorestapi.com/{model-name}/{id} \
19
20
21
0 commit comments