-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can I consume you public API? #25
Comments
Hi, there are no stability guarantees for the API. For example, there used to be a JSON endpoint, but now we do server-side rendering and return the results as HTML. So if you don't want to risk the extension breaking without warning, it's better to spin up a dedicated instance. Alternatively, I could bring back the JSON API and make it stable (and JSON is probably easier to deal with, since you have more control over rendering), but it would be great to include some acknowledgement at the top of the search results that the services are provided by Serokell (it can be in really small letters and non-distracting). |
Actually, looking at the code, seems I haven't done that. But I might! 😈 |
Then I’ll consume your instance.
Of course. 🙂 |
Hello!
I created a browser extension that allows search over Hoogle and Hackage.
Screen.Recording.2022-01-14.at.12.30.16.PM.mov
Installation instructions here: visortelle/haskell-spotlight#2 (comment)
@Bodigrim told me that "hackage-search" integration would be useful.
The question is - can I consume the public API or deploying my own instance would be preferable?
Thank you.
The text was updated successfully, but these errors were encountered: