mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #378] get endpoint idea #392
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#392
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/acme-dns/acme-dns/pull/378
Author: @jvanasco
Created: 3/11/2025
Status: 🔄 Open
Base:
master← Head:feature-check📝 Commits (3)
5263dceget endpoint idea578b503fixed typo8594bf4addedgetto readme; refactored📊 Changes
4 files changed (+59 additions, -0 deletions)
View changed files
📝
README.md(+16 -0)📝
api.go(+28 -0)📝
api_test.go(+14 -0)📝
main.go(+1 -0)📄 Description
fixes #377
adds
/getendpoint, which requires the same params as/updateBUT does not write the txt value and returns the existing txt valueOriginally: I would rather have not required a subdomain for POST, but this leverages the existing auth AND works as a decent dry-run . someone more familiar with Go could write a much better PR. this is just a proof of concept.
Now: Requiring the subdomain makes sense, and I refactored the code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.