SYSTEM Cited by 1 source
GitHub REST API¶
GitHub REST API (https://docs.github.com/en/rest) — GitHub's long-established HTTP REST API; companion to the GraphQL API.
Stub page created for cross-reference from sources/2025-05-13-github-github-issues-search-now-supports-nested-queries-and-boolean — in GitHub's Issues-search rewrite, the REST API was the last API surface to receive the new nested-query capability (GraphQL + per-repo UI first, then Issues dashboard, then REST), because REST callers are the most integrator-bookmarked surface and most at risk from silent behaviour drift. Roll-out shipped via the 2025-03-06 changelog.
Seen in¶
- sources/2025-05-13-github-github-issues-search-now-supports-nested-queries-and-boolean — last surface in the gradual API-surface rollout for GitHub Issues' nested-query search.
Related¶
- systems/github — parent product.
- systems/github-graphql-api — sibling API.
- systems/github-issues — the feature whose new search extended to REST last.
- patterns/gradual-api-surface-rollout — the rollout pattern that ordered the surfaces.