ConorRoberts / dogs-barking

https://dogs-barking.ca/
6 stars 2 forks source link

Re implement docs page #83

Open BCarlson1512 opened 2 years ago

BCarlson1512 commented 2 years ago

Determine what documentation should be public. Modify the route to display documentation. Potentially re implement swagger UI

ConorRoberts commented 2 years ago

We really just want to document and expose the /search endpoint to the public

BCarlson1512 commented 2 years ago

We really just want to document and expose the /search endpoint to the public

  • and all the endpoints under /search

We arent publicizing the courses and programs API?

ConorRoberts commented 2 years ago

Shouldn't need to. If someone wants a bulk list of courses it could be accessible under /search/courses. Also organizing all the public access under a single route (/search) will be easier to do.

BCarlson1512 commented 2 years ago

Yeah I can see that being a better fit