Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/orgs/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ octokit.orgs.list();

The integer ID of the last organization that you've seen.

</td></tr>
<tr><td>per_page</td><td>no</td><td>

Results per page (max 100)

</td></tr>
<tr><td>page</td><td>no</td><td>

Page number of the results to fetch.

</td></tr>
</tbody>
</table>
Expand Down
10 changes: 0 additions & 10 deletions docs/repos/listPublic.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ octokit.repos.listPublic();

The integer ID of the last repository that you've seen.

</td></tr>
<tr><td>per_page</td><td>no</td><td>

Results per page (max 100)

</td></tr>
<tr><td>page</td><td>no</td><td>

Page number of the results to fetch.

</td></tr>
</tbody>
</table>
Expand Down
10 changes: 0 additions & 10 deletions docs/users/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ octokit.users.list();

The integer ID of the last User that you've seen.

</td></tr>
<tr><td>per_page</td><td>no</td><td>

Results per page (max 100)

</td></tr>
<tr><td>page</td><td>no</td><td>

Page number of the results to fetch.

</td></tr>
</tbody>
</table>
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/types": "^2.11.1",
"@octokit/types": "^2.12.1",
"deprecation": "^2.3.1"
},
"devDependencies": {
Expand Down
154 changes: 38 additions & 116 deletions scripts/update-endpoints/generated/endpoints.json

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions src/generated/method-types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EndpointInterface, RequestInterface } from "@octokit/types";
import { RestEndpointMethodTypes } from "./method-types";
import { RestEndpointMethodTypes } from "./parameters-and-response-types";

export type RestEndpointMethods = {
actions: {
Expand Down Expand Up @@ -45,8 +45,6 @@ export type RestEndpointMethods = {
* Returns a token that you can pass to the `config` script. The token expires after one hour. Anyone with admin access to the repository can use this endpoint. GitHub Apps must have the `administration:write` repository permission to use this endpoint.
*
* Configure your self-hosted runner, replacing TOKEN with the registration token provided by this endpoint.
*
*
* @deprecated octokit.actions.createRegistrationToken() has been renamed to octokit.actions.createRegistrationTokenForRepo() (2020-04-22)
*/
createRegistrationToken: {
Expand Down Expand Up @@ -92,8 +90,6 @@ export type RestEndpointMethods = {
* Returns a token that you can pass to remove a self-hosted runner from a repository. The token expires after one hour. Anyone with admin access to the repository can use this endpoint. GitHub Apps must have the `administration:write` repository permission to use this endpoint.
*
* Remove your self-hosted runner from a repository, replacing TOKEN with the remove token provided by this endpoint.
*
*
* @deprecated octokit.actions.createRemoveToken() has been renamed to octokit.actions.createRemoveTokenForRepo() (2020-04-22)
*/
createRemoveToken: {
Expand Down