Go REST

requests number restriction

thank you for fast reply on my previous question, it does work well with bearer token in GET One more thing I would like to clarify, is there a limitation for number of requests from a single account or ip? not going to spam requests but I already experienced unpleasant "too...

Misterios Person about 4 years ago 1 4120

Pagination Concepts

How to get the default metadata of api

laveena pahuja about 4 years ago 3 4502

422 Unprocessable Entity

The status code returned was not expected: 422 Unprocessable Entity for below APEX code Http http = new Http(); HttpRequest request = new HttpRequest(); request.setEndpoint('https://gorest.co.in/public/v2/users'); request.setMethod('POST'); sys...

Karan Gowda about 4 years ago 5 5043

How to add new user??

when i try to add ,it shows authentication failed ,can anybody help me with this??

Amarjeet about 4 years ago 2 5617

How can I include in an iframe?

Hello, I would like to include the data in a iframe but I´m having x-frame-options error, this is for educational purposes

Ana Isabel Martinez about 4 years ago 1 3983

Count

How to get total count of Users/posts/comments/todos ?

Krishna Guru about 4 years ago 4 4222

How to DELETE my POST?

I have successfully POST data but don't know the syntax for DELETE, any help?

salted chicken about 4 years ago 3 4607

Response headers empty with fetch

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 h...

Francisco García García over 4 years ago 7 7872

i am getting CORS error when i hit Get API for Users

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.

ROHIT over 4 years ago 1 3655