Questions and Answers
I want to create post using POST /public/v2/users/100/posts this API - what should be the payload?
o user criado por mim nao retorna em nenhuma pesquisa que faco, pelo site, ele aprece normalmente, mas nao em minha api
Hi,
can I use your REST API with PHP? In case, how must the PHP look like for creating a user?
Regards and thanks in advance.
Is it possible to get posted user in GET user list ( https://gorest.co.in/public/v2/users ) ?
If i`m using GET https://gorest.co.in/public/v2/users , i get only 20 users, is there possibility to get all user list ?
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 many request" errors after 10-20 requests in other services
How to get the default metadata of api
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');
system.debug('testbody'+json.serialize(postwrap));
request.setBod...
when i try to add ,it shows authentication failed ,can anybody help me with this??