File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments