Merged
Conversation
apiary.apib: - Add API Index endpoint - Add Organizations section with all endpoints - Add OAuth2 Device Authorization Grant documentation - Update authentication docs (OAuth2 tokens, API keys, deprecate Basic Auth) - Fix response schemas to match actual API responses: - User: add full_name, handles, packages fields - Package: add repository, latest_version, latest_stable_version, configs, retirements, owners; fix downloads to include recent - Release: change dependencies to requirements, add checksum, configs, publisher, meta.app, meta.elixir, retirement - Key: fix revoke_at typo, add last_use, authing_key - Repository: remove incorrect public, active, billing_active fields - Add missing endpoints: audit logs, delete release, get single owner, delete all keys, organization keys, short_url, auth, get docs - Fix delete key response code (200 with body, not 204) - Add retirement examples using oidcc package - Fix curl formatting (use fenced code blocks) - Fix API Blueprint semantic issues endpoints.md: - Add Mirroring section - Add Client Implementation Reference with endpoint tables for: dependency resolution, publishing, retirement, ownership, authentication, API key management, package information, SBoM generation, documentation download, and user management - Document which endpoints each client uses (Mix, rebar3, Gleam, ORT) Closes hexpm#8, hexpm#18, hexpm#29, hexpm#30, hexpm#31, hexpm#36
ee437b2 to
fc12b6e
Compare
Member
|
Thank you! 💜 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apiary.apib changes
endpoints.md changes
Closes #8, #18, #29, #30, #31, #36