Domain-Driven-Design-Example icon indicating copy to clipboard operation
Domain-Driven-Design-Example copied to clipboard

Made API more ideomatic, added Postman request collection

Open eqr opened this issue 8 years ago • 3 comments

Hello there is a little change that makes API more Restful and also adds Postman request collection to easily consume it.

eqr avatar Jun 17 '17 23:06 eqr

Hi, thanks for this! The reason why everything is [HttpGet] is because it's much easier to play with the API, there is no need to install anything.

There are number of things we can do now: A) Merge in your postman collection and ignore the HttpDelete and Patch changes. B) Merge in your postman collection, HttpDelete patch, etc changes and update https://github.com/zkavtaskin/Domain-Driven-Design-Example/blob/master/README.md so that it reflects the proposed changes.

Maybe there is another option? I would like to keep the simplicity. What do you think?

zkavtaskin avatar Jun 27 '17 13:06 zkavtaskin

What do you think about API versioning? We can leave everything with HttpGet as v1 and expose my version as v2.

eqr avatar Jul 22 '17 22:07 eqr

That is a great idea! Would you like to update your pull request?

zkavtaskin avatar Jul 26 '17 22:07 zkavtaskin