Questions and Answers
Hello, I would like to include the data in a iframe but I´m having x-frame-options error, this is for educational purposes
How to get total count of Users/posts/comments/todos ?
I have successfully POST data but don't know the syntax for DELETE, any help?
Updated on feb 18
I think I have found the problem and the solution is to declare the following response header on the GoRest server:
Access-Control-Expose-Headers: X-Pagination-Total,X-Pagination-Pages,X-Pagination-Page,X-Pagination-Limit
Hi, how can I access to pagination headers:
X-Pagination-Total
X-Pagination-Pages
X-Pagination-Page
X-Pagi...
I am learning something in Angular and came up to this and wanted a quick crud api. But seems here when I hit get users i am getting CORS error. Anything that i should do in my Angular for this? Because based on my experience I think this is backend issue.
Data posted to REST API
Any new data created or modified by the user on REST API is only visible to that particular user. Since token is only the key to identify the user, user should pass the token for GET requests also (otherwise user won't be able to view the data that he created or modified). This is done to protect the user privacy in case ...
Hello Guys,
I would like to ask you, how is it possible to get my access tokens so that I can use for example POST method on the APIs? What is the endpoint for authorization and what parameters does it need?
How to create a comment using comments API?
Major change in this version is in the response format, now response body contains only the information of objects (pagination and other stuff is moved to headers). Response body will contain the object or array of objects. Incase of error, response body structure will be {message:"message description"}
Pagination Headers
X-Pagination-Total tota...
Hello. I'm testing your ip with postman.
And I can't make one request.
How can I get information about all users at once?
I tried to change the values of the limit. From 20 to 100
Or wanted to immediately open 2 pages. page=1-2
https://gorest.co.in/public/v1/users?page=1-2&limit=100
But it doesn't change the result.
It's still 1 page and the l...