Missing API commands in api/client
- Dominant language
- Go
- Stars
- 9.5k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
I may simply be missing where to look, but I cannot see all the API endpoint calls in "github.com/cloudflare/cfssl/api/client"
The "client" package only seems to implement:
- authsign
- info
- sign
While the following useful API calls (among others) are missing:
- certinfo
- revoke
For my purposes the above API calls are the most important ones.
Is there another package that provides these functions?
Contributor guide
Research direction
Start by inspecting the github.com/cloudflare/cfssl/api/client package and its existing authsign, info, and sign entry points. Compare them with the certinfo and revoke calls named in the issue, then determine whether another package already provides them. Done means the missing calls are available to clients or their existing location is clearly identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100