Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity finder endpoint #18

Open
goliatone opened this issue Feb 22, 2016 · 0 comments
Open

Entity finder endpoint #18

goliatone opened this issue Feb 22, 2016 · 0 comments
Assignees

Comments

@goliatone
Copy link
Owner

Make endpoint to retrieve information related to a UUID:

  • GET /thing/find/:uuid => ThingController.find

api/controllers/ThingController.js:

find: function(req, res){

}

It should return either a location, or a device instance. Basically anything that has a QR label associated to it and could be found in the wild.

@goliatone goliatone self-assigned this Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant