Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Marketplace need update because the octokit function have changed #2356

Closed
lvyufeng opened this issue Mar 19, 2019 · 0 comments · Fixed by #2782
Closed

Marketplace need update because the octokit function have changed #2356

lvyufeng opened this issue Mar 19, 2019 · 0 comments · Fixed by #2782

Comments

@lvyufeng
Copy link

the rest api have changed, like pageno -> page,query->q, please update it.
the file like below:
https://github.com/octokit/rest.js/blob/master/plugins/rest-api-endpoints/routes.json

"search": { "code": { "method": "GET", "params": { "order": { "enum": [ "desc", "asc" ], "type": "string" }, "page": { "type": "integer" }, "per_page": { "type": "integer" }, "q": { "required": true, "type": "string" }, "sort": { "enum": [ "indexed" ], "type": "string" } },

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants