Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working github search in code method #14

Closed
kalyanov opened this issue Mar 23, 2017 · 0 comments
Closed

Not working github search in code method #14

kalyanov opened this issue Mar 23, 2017 · 0 comments
Assignees
Labels

Comments

@kalyanov
Copy link
Member

We send code search query with Catberry-uhr by passing this request
https://api.github.com/search/code?q=component+in:file+repo:catberry/catberry

Catberry-uhr converts + to %2B and sends to github this request
https://api.github.com/search/code?q=component%2Bin:file%2Brepo:catberry/catberry

Github cant't handle this request and returns code error 402. Github can only process this requests
https://api.github.com/search/code?q=component+in:file+repo:catberry/catberry
https://api.github.com/search/code?q=component%20in:file%20repo:catberry/catberry

Resolved in #13

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

No branches or pull requests

1 participant