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

api_token and api_url #5

Open
jeremykid opened this issue Mar 30, 2020 · 1 comment
Open

api_token and api_url #5

jeremykid opened this issue Mar 30, 2020 · 1 comment

Comments

@jeremykid
Copy link

Hello Joshua

Where I could find api_token and api_url?

I opened the developer tool in Chrome to find requests at https://idbl.ab.bluecross.ca/idbl/drugDetails. But I could not find my api_token and api_url.

@studybuffalo
Copy link
Owner

Hi Jeremy,

To my knowledge, there is currently no API to interface with the iDBL. This repo works entirely off web scraping the data out of the iDBL.

The API token and URL in this case refer to where the scrapped data is stored. In my case, this script stores it via a Django API. It's been a while since I've touched this, but those details are probably here: https://github.com/studybuffalo/studybuffalo under the api and drug_price_calculator apps. The token was generated via Django and then used with this script. Disclaimer up front: this repo is a personal project and documentation is almost certainly lacking.

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

No branches or pull requests

2 participants