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

order query via token #5

Open
devasia2112 opened this issue Oct 23, 2018 · 0 comments
Open

order query via token #5

devasia2112 opened this issue Oct 23, 2018 · 0 comments
Assignees

Comments

@devasia2112
Copy link
Owner

This issue is not quite an issue but and enhancement to the system. After thinking a while, it would be easier to the client to check orders using a token instead of log in into the system.
The client area will coexist with this new feature and should not be removed.

To do so, we need to implement a rest API using only GET as method request because we just need to retrieve the resource from the server. We are not going to create/edit/update/delete resources with the server.

In the future we can use the same idea to import coupons into the system using POST method, but for now let's stick to this token.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant