Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Creating a POST version of the current API endpoints #20

Open
MicxSamonte opened this issue Jul 26, 2018 · 1 comment
Open

Creating a POST version of the current API endpoints #20

MicxSamonte opened this issue Jul 26, 2018 · 1 comment

Comments

@MicxSamonte
Copy link
Contributor

I am working on creating a POST version of the current GET api endpoints. And organizing the routes to a routers folder, converting the current controller scripts to modules. It will also leave the GET endpoints still usable as is.

This way we can introduce optional parameters, e.g. message or custom fees etc.

Thoughts on this?

@Overtorment
Copy link
Owner

Go for it.
Please mind that new routes should be covered with acceptance tests (the way they are covered now).
Also, if those changes arent backward compatible - increase the major version number (ver 3+)

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

No branches or pull requests

2 participants