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
{{ message }}
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
I'm use meteor-rest in a Reaction Application, and I have another application that use the products that I registered on Reaction, to get these products I use this API, but I have some problems with the routes:
When I use this route "/publications/Products/:_id" with Id as filter the API return all of the products that I have registered on my application, but I just want the product that refers the id, not all of them, and with this route "publications/Product/:_id", the API return nothing.
Some routes that I'm trying to use like /Products/:_id, /Catalog/:_id, I have this problem:
How do I build the URL to get the products with ID?
And How can I solve the problem with that screenshot?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm use meteor-rest in a Reaction Application, and I have another application that use the products that I registered on Reaction, to get these products I use this API, but I have some problems with the routes:
How do I build the URL to get the products with ID?
And How can I solve the problem with that screenshot?
The text was updated successfully, but these errors were encountered: