Skip to content

Instantly share code, notes, and snippets.

@ioggstream
Created September 24, 2020 15:33
Show Gist options
  • Save ioggstream/aa9e5d87a7f17b73d1313299fd2dceab to your computer and use it in GitHub Desktop.
Save ioggstream/aa9e5d87a7f17b73d1313299fd2dceab to your computer and use it in GitHub Desktop.
Incipit delle specifiche OAS di github
openapi: 3.0.3
info:
version: 1.0.0-rc.1
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
name: MIT
url: https://spdx.org/licenses/MIT
termsOfService: https://docs.github.com/articles/github-terms-of-service
contact:
name: Support
url: https://support.github.com
tags:
- name: actions
description: Endpoints to manage GitHub Actions using the REST API.
- name: activity
description: Activity APIs provide access to notifications, subscriptions, and timelines.
- name: apps
description: Information for integrations and installations.
- name: billing
description: Monitor charges and usage from Actions and Packages.
- name: checks
description: Rich interactions with checks run by your integrations.
- name: code-scanning
description: Retrieve code scanning alerts from a repository.
- name: codes-of-conduct
description: Insight into codes of conduct for your communities.
- name: emojis
description: List emojis available to use on GitHub.
- name: gists
description: View, modify your gists.
- name: git
description: Raw Git functionality.
- name: gitignore
description: View gitignore templates
- name: interactions
description: Owner or admin management of users interactons.
- name: issues
description: Interact with GitHub Issues.
- name: licenses
description: View various OSS licenses.
- name: markdown
description: Render Github flavored markdown
- name: meta
description: Endpoints that give information about the API.
- name: migrations
description: Move projects to or from GitHub.
- name: oauth-authorizations
description: Manage access of OAuth applications
- name: orgs
description: Interact with GitHub Orgs.
- name: projects
description: Interact with GitHub Projects.
- name: pulls
description: Interact with GitHub Pull Requests.
- name: rate-limit
description: Check your current rate limit status
- name: reactions
description: Interact with reactions to various GitHub entities.
- name: repos
description: Interact with GitHub Repos.
- name: scim
description: Provisioning of GitHub organization membership for SCIM-enabled providers.
- name: search
description: Look for stuff on GitHub.
- name: teams
description: Interact with GitHub Teams.
- name: users
description: Interact with and view information about users and also current user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment