Skip to content

Commit dd632ae

Browse files
committed
fix: remove legacy .activity.* endpoints
BREAKING CHANGE: `octokit.activity.checkWatchingRepoLegacy()` removed BREAKING CHANGE: `octokit.activity.stopWatchingRepoLegacy()` removed BREAKING CHANGE: `octokit.activity.watchRepoLegacy()` removed
1 parent 8e1f9c8 commit dd632ae

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/generated/endpoints.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ export default {
88
},
99
url: "/user/starred/:owner/:repo"
1010
},
11-
checkWatchingRepoLegacy: {
12-
method: "GET",
13-
params: {
14-
owner: { required: true, type: "string" },
15-
repo: { required: true, type: "string" }
16-
},
17-
url: "/user/subscriptions/:owner/:repo"
18-
},
1911
deleteRepoSubscription: {
2012
method: "DELETE",
2113
params: {
@@ -254,29 +246,13 @@ export default {
254246
},
255247
url: "/user/starred/:owner/:repo"
256248
},
257-
stopWatchingRepoLegacy: {
258-
method: "DELETE",
259-
params: {
260-
owner: { required: true, type: "string" },
261-
repo: { required: true, type: "string" }
262-
},
263-
url: "/user/subscriptions/:owner/:repo"
264-
},
265249
unstarRepo: {
266250
method: "DELETE",
267251
params: {
268252
owner: { required: true, type: "string" },
269253
repo: { required: true, type: "string" }
270254
},
271255
url: "/user/starred/:owner/:repo"
272-
},
273-
watchRepoLegacy: {
274-
method: "PUT",
275-
params: {
276-
owner: { required: true, type: "string" },
277-
repo: { required: true, type: "string" }
278-
},
279-
url: "/user/subscriptions/:owner/:repo"
280256
}
281257
},
282258
apps: {

0 commit comments

Comments
 (0)