ZavierLyu / nodejs-crud-api

A RESTful CRUD API using nodejs and mongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not RESTful: the way finding with fieldID

ZavierLyu opened this issue · comments

I use this get request to find the the documents with fieldID

http://127.0.0.1:3000/fields/2

It's absolutely not RESTful. So I have to another way to use better URL to fit the tag.