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

create remote methods that will simplify stuff for querying routes. #20

Closed
atherdon opened this issue Feb 24, 2018 · 0 comments
Closed

Comments

@atherdon
Copy link
Collaborator

atherdon commented Feb 24, 2018

So in order to get data about recipes, you can use swagger link: http://localhost:3000/explorer/#!/Recipe/Recipe_find
or
http://localhost:3000/api/recipe

it'll display a raw data about imported recipes.

This will give you a clear attributes list for particular recipe
http://localhost:3000/explorer/#!/Recipe/Recipe_prototype_get_attributesList
with id 5a8b57fc25b0113b4b961a0a
or
http://localhost:3000/api/recipe/5a8b57fc25b0113b4b961a0a/attributesList

id 5a8b57fc25b0113b4b961a0b

id 5a8b57fc25b0113b4b961a0c


Use this thing as visual for testing search functionality
#21 (comment)

Old information. Will update it later, maybe, this is why it here....


Recipe 1 & Recipe 4 has same attributes id=xxx

Recipe 1 & Recipe 2 has same attributes id=xxx

Recipe 2 & Recipe 3 has same attributes id=xxx

Recipe 3 & Recipe 4 has same attributes id=xxx

@atherdon atherdon mentioned this issue Mar 29, 2018
@atherdon atherdon closed this as completed Jul 1, 2018
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