mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[PR #50] [MERGED] Implement GET /api/v1/checks/ for listing existing checks #877
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#877
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/healthchecks/healthchecks/pull/50
Author: @ssunagari
Created: 4/4/2016
Status: ✅ Merged
Merged: 4/7/2016
Merged by: @cuu508
Base:
master← Head:master📝 Commits (1)
ae30eecAdd GET /api/v1/checks/ to the API📊 Changes
3 files changed (+104 additions, -23 deletions)
View changed files
➕
hc/api/tests/test_list_checks.py(+48 -0)📝
hc/api/views.py(+34 -21)📝
templates/front/docs_api.html(+22 -2)📄 Description
Another sort-of-rough-draft pull request for allowing an API client to obtain a list of existing checks. It's missing the list of channels and probably some bullet-proofing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.