TheDevPath/Navi

document API resources

Offen

#123 geöffnet am 17.02.2018

 (15 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)JavaScript (63 Forks)auto 404
backendgood first issuehelp wantedwiki/documentation

Repository-Metriken

Stars
 (53 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Create an API document identifying all the currently available endpoints and the elements within each endpoint. List of tasks to include in issue description

  • Include apidocs tool dependencies in Navi (admin)
  • Develop guidelines that contributors should use while documenting their coded APIs
  • Update each of the code blocks in controllers directory to comply with guidelines mentioned above. On a closer review that is the one directory that is relevant for this task as the files in routes directory uses the APIs defined in the controllers directory. However if there are any additional files that are providing APIs they need to be included here.
    • google-api-controllers.js
    • saved-directions-controllers.js
    • saved-pins-controller.js
    • search-history-controllers.js
    • users-contoller.js
    • utils-controller.js
  • Update contributing guidelines doc to ensure all programmers follow the guidelines before introducing new API code

Contributor Guide