furkan3ayraktar / clojure-polylith-realworld-example-app

Clojure, Polylith and Ring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
MIT License
448 stars 79 forks source link

Is the API for users ok? #2

Closed jgomo3 closed 6 years ago

jgomo3 commented 6 years ago

In the picture, the term user is sometime in singular and sometime in plural: Is that Ok?

https://raw.githubusercontent.com/furkan3ayraktar/clojure-polylith-realworld-example-app/develop/.media/readme/02_rest_api.png

furkan3ayraktar commented 6 years ago

We implemented the API specifications of Realworld and these singular/plural endpoints were in those specifications. You can find out more in Realworld repository.