-
Notifications
You must be signed in to change notification settings - Fork 297
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
ENH: Blueliv collector accepts arbitrary API URL #1336
Conversation
Non-free Blueliv crimeserver API uses a different API URL which the original Blueliv collector was not able to receive as an input.
Codecov Report
@@ Coverage Diff @@
## develop #1336 +/- ##
===========================================
- Coverage 74.6% 74.59% -0.02%
===========================================
Files 294 294
Lines 13486 13488 +2
Branches 1827 1828 +1
===========================================
Hits 10061 10061
- Misses 3011 3013 +2
Partials 414 414
|
Set the api url to default if not given as parameter
Could you please describe the two APIs in the feeds documentation? Ie. That the one is free and the other one is commercial, and probably other differences. I added a commit to you branch adding docs and backwards compatibility. |
The documentation for Blueliv APIs is quite sparse. The official API reference uses the non-free API https://api.blueliv.com however the SDK REST API wiki uses an example of a free API https://freeapi.blueliv.com. |
Thanks for the additions! |
Non-free Blueliv crimeserver API uses a different API URL which the original Blueliv collector was not able to receive as an input.