Getting started with the REST API - GitHub Docs #527
Labels
Algorithms
Sorting, Learning or Classifying. All algorithms go here.
New-Label
Choose this option if the existing labels are insufficient to describe the content accurately
Getting started with the REST API - GitHub Docs
Description: HTTP method
The HTTP method of an endpoint defines the type of action it performs on a given resource. Some common HTTP methods are GET, POST, DELETE, and PATCH. The REST API reference documentation provides the HTTP method for every endpoint.
For example, the HTTP method for the "List repository issues" endpoint is GET.
Where possible, the GitHub REST API strives to use an appropriate HTTP method for each action.
URL: https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api?apiVersion=2022-11-28
Suggested labels
{'label-name': 'HTTP method', 'description': 'Describes the type of action performed on a resource using the REST API.', 'repo': 'https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api?apiVersion=2022-11-28', 'confidence': 62.55}
The text was updated successfully, but these errors were encountered: