Skip to content

Commit

Permalink
fix: machine-man preview for .apps.getBySlug() and `.apps.listRep…
Browse files Browse the repository at this point in the history
…os()` (#24)
  • Loading branch information
greenkeeper[bot] authored and gr2m committed Mar 13, 2019
1 parent 24f69c2 commit a170424
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 7 deletions.
6 changes: 6 additions & 0 deletions ghe-2.13/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,9 @@
"url": "/app"
},
"getBySlug": {
"headers": {
"accept": "application/vnd.github.machine-man-preview+json"
},
"method": "GET",
"params": {
"app_slug": {
Expand Down Expand Up @@ -662,6 +665,9 @@
"url": "/user/installations"
},
"listRepos": {
"headers": {
"accept": "application/vnd.github.machine-man-preview+json"
},
"method": "GET",
"params": {
"page": {
Expand Down
6 changes: 6 additions & 0 deletions ghe-2.14/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,9 @@
"url": "/app"
},
"getBySlug": {
"headers": {
"accept": "application/vnd.github.machine-man-preview+json"
},
"method": "GET",
"params": {
"app_slug": {
Expand Down Expand Up @@ -662,6 +665,9 @@
"url": "/user/installations"
},
"listRepos": {
"headers": {
"accept": "application/vnd.github.machine-man-preview+json"
},
"method": "GET",
"params": {
"page": {
Expand Down
6 changes: 6 additions & 0 deletions ghe-2.15/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,9 @@
"url": "/app"
},
"getBySlug": {
"headers": {
"accept": "application/vnd.github.machine-man-preview+json"
},
"method": "GET",
"params": {
"app_slug": {
Expand Down Expand Up @@ -662,6 +665,9 @@
"url": "/user/installations"
},
"listRepos": {
"headers": {
"accept": "application/vnd.github.machine-man-preview+json"
},
"method": "GET",
"params": {
"page": {
Expand Down
6 changes: 6 additions & 0 deletions ghe-2.16/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,9 @@
"url": "/app"
},
"getBySlug": {
"headers": {
"accept": "application/vnd.github.machine-man-preview+json"
},
"method": "GET",
"params": {
"app_slug": {
Expand Down Expand Up @@ -683,6 +686,9 @@
"url": "/user/installations"
},
"listRepos": {
"headers": {
"accept": "application/vnd.github.machine-man-preview+json"
},
"method": "GET",
"params": {
"page": {
Expand Down
12 changes: 6 additions & 6 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 @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/octokit/plugin-enterprise-rest.js#readme",
"devDependencies": {
"@octokit/routes": "18.7.2",
"@octokit/routes": "18.7.3",
"coveralls": "^3.0.2",
"lodash.camelcase": "^4.3.0",
"make-dir": "^2.1.0",
Expand Down

0 comments on commit a170424

Please sign in to comment.