Questions and Answers
Graphql api url is present, but what to query in that is not provided, Pls give more explanation and guide for graphql api's
how to solve this error?
this is my code:-
import "./App.css";
import React, { useEffect, useState } from "react";
import Axios from "axios";
function App() {
const url = "https://gorest.co.in/public/v1/users";
const token =
"8498579f1bcca86778493562939981f29b2ed572714974a02740856d036a31f5";
const config = {
headers: { Authorizatio...
hi, how can i modify the size of array returned by the response, it is set at 20 and i couldn't modify it
here's my code :
var response = await axios.request({
url: '/public/v2/comments',
method: 'get',
headers:{
'Authorization': 'Bearer ' + myToken
...
I am getting this one why
How to create new user using json body format
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 ?