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
{{ message }}
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.
Our API will soon be very large. I propose we restructure nav and options ajax
at top level, list each resource
2nd level: list available methods as headers, and below each header list the available sub-paths for each method (including the root)
2nd level is collapsed by default. They both get fully expanded when you click a resource. When you click a resource, the ajax request for that resource is made to load all its methods. The first api page for that resource could be immediately shown (usually get /)
example:
nonprofits
get
/
/profile
/metrics
update
/
/verification
supporters
get
/
update
/
The text was updated successfully, but these errors were encountered:
Our API will soon be very large. I propose we restructure nav and options ajax
example:
The text was updated successfully, but these errors were encountered: