Skip to content

Document Gauges API#396

Open
robzolkos wants to merge 1 commit intobasecamp:masterfrom
robzolkos:document-gauges-api
Open

Document Gauges API#396
robzolkos wants to merge 1 commit intobasecamp:masterfrom
robzolkos:document-gauges-api

Conversation

@robzolkos
Copy link
Contributor

Summary

  • Add sections/gauges.md covering all gauge endpoints:
    • GET /reports/gauges.json — list gauges across all projects
    • GET /projects/:id/gauge/needles.json — list needles for a project
    • GET /gauge_needles/:id.json — show a single needle
    • POST /projects/:id/gauge/needles.json — create a needle with notification options (everyone, working_on, custom)
    • PUT /gauge_needles/:id.json — update needle description
    • DELETE /gauge_needles/:id.json — destroy a needle
    • PUT /projects/:id/gauge.json — toggle gauge on/off
  • Add Gauges to README table of contents

Add documentation for gauge endpoints: gauge report, gauge needles
(list, show, create, update, destroy), gauge toggle, and notification
options. Example JSON responses generated from the Honcho demo data
via the doc updater.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant