Skip to content

feat: add CRUD api for monitors #384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jensvandenreyt
Copy link

@jensvandenreyt jensvandenreyt commented Apr 22, 2025

Added API endpoints for search, get, create, update and delete of monitors:

  • GET /api/monitor(?tag=tag_name)
  • POST /api/monitor
  • GET /api/monitor/[monitor_id]
  • PUT /api/monitor/[monitor_id]
  • DELETE /api/monitor/[monitor_id]

Partly implements #277

Added API endpoints for search, get, create, update and delete of monitors
@jensvandenreyt jensvandenreyt force-pushed the feature/extend-monitor-api branch from dfe7cac to 41842cc Compare April 22, 2025 14:10
@jensvandenreyt
Copy link
Author

@rajnandan1 is there some tool you use to generate the OpenAPI spec?

@rajnandan1
Copy link
Owner

@rajnandan1 is there some tool you use to generate the OpenAPI spec?

Frogment.app

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.

2 participants