You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generated an rest api with this framework and try to fetch the data now in my app.
But I am not sure how to get it per request, I tried something like GET: 127.0.0.1:9000/calendars?access_token=&q=userId , to get an calender by the id of it's user (included in the api). But the returned data was just empty since i'm not sure where to insert the Id in the query.
Do you know how to build the query?
The text was updated successfully, but these errors were encountered:
Hello diegohaz,
I generated an rest api with this framework and try to fetch the data now in my app.
But I am not sure how to get it per request, I tried something like GET: 127.0.0.1:9000/calendars?access_token=&q=userId , to get an calender by the id of it's user (included in the api). But the returned data was just empty since i'm not sure where to insert the Id in the query.
Do you know how to build the query?
The text was updated successfully, but these errors were encountered: