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
Once we have defined our RESTful API we would need to configure our go server to be listening on the requested http routes.
Acceptance criteria
💡 Decide if we should create a http request router of our own or use a public library like gin-gonic
💡 Implement an extensible mechanism to easily add endpoint handler functions.
💡 Scaffold a doc with a table of availble endpoints and their specifics.
Note - Prefer having the handlers in a folder called pkg/handler
Note - Document should end-up in the docs folder
The text was updated successfully, but these errors were encountered:
Once we have defined our RESTful API we would need to configure our go server to be listening on the requested http routes.
Acceptance criteria
💡 Decide if we should create a http request router of our own or use a public library like gin-gonic
💡 Implement an extensible mechanism to easily add endpoint handler functions.
💡 Scaffold a doc with a table of availble endpoints and their specifics.
Note - Prefer having the handlers in a folder called pkg/handler
Note - Document should end-up in the docs folder
The text was updated successfully, but these errors were encountered: