diegohaz / rest

REST API generator with Node.js, Express and Mongoose
MIT License
1.79k stars 312 forks source link

No return through with GET request #245

Open xTimsonx opened 3 years ago

xTimsonx commented 3 years ago

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?

erik2018Berlin commented 3 years ago

Hi, I have the same problem. I want to use the querys in postman. For example www.Test.de/Posts?Category=sport.

How can i build this query with your rest implementation?

Kind regards, Erik