Questions and Answers
Your account is scheduled for deletion on 2023-05-20 00:15:45 +0530
how can i get my account
input : [{"id":1091468,"name":"shriyashree tiwari","email":"shriya@example.com","gender":"female","status":"active"}]
output:[
{
"field": "email",
"message": "can't be blank"
},
{
"field": "name",
"message": "can't be blank"
},
{
"field": "gender",
"message": "can't be blank, can be male of female"
},
{
...
When I open my page in the site I dont find my Token there
Someone please help me to get 415 status code.
I am try to access the Post , Put and Delete the request it getting 422 and 401 error how can i find my user name and password to authenticate my request
asd d3 dfsa3e fw fsd we fds
Request I'm sending:
curl --location --request POST 'https://gorest.co.in/public/v2/posts/457749/comments' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer 9d....080' \
--data-raw '{
"post": "5375",
"name": "NameNew",
"email": "Waino.Dickinson92@gmail.com",
"body"...
Feature: testing e2e scenario of Gorest API's
Background:
* url 'https://gorest.co.in/public/v2/users'
Scenario: get all user details in gorest
Given path '331868'
And headers Authorization = tokenID #getting tokenID from config file
When method GET
Then status 200
* print response
* def Getresponse = response
* match $.name == Getresponse.nam...
Hi, https://gorest.co.in/public/v2/users endpoint is returning data even i dont set a token or set a wrong one ? How this can be possible ?
Yesterday the api was fine but today it gives me cors error ?