-
Notifications
You must be signed in to change notification settings - Fork 44
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 Error on Import #147
Comments
The library fetches the current copy of the metadata upon import, and uses this to structure the API. it's part of the design: we don't want to mirror or maintain duplicates of the main API metadata endpoints. I suppose, strictly speaking, it doesn't have to be fetched on import, but rather could be pushed down into the first (if any) call to Happy to merge any contribution to do this! |
@ljwolf Could you point me to where that initial API fetch is? I'm having trouble finding it. Thanks 👍🏽 |
@lazarust See line 13 in Lines 12 to 35 in f767140
|
Is there a reason the API is pinged when importing the library? It seems a little weird and has caused some issues for me when running tests. Thanks!
The text was updated successfully, but these errors were encountered: