We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add optimade.prefetch() method to make custom local cache
optimade.prefetch()
const optimade = new Optimade({ providersUrl: "https://providers.optimade.org/providers.json", }); optimade.prefetch({ pathWithFileName: './prefetch.json', excludeProviders: [''], batch: false })
pathWithFileName - path to file output filename.json location excludeProviders - array for exclude providers from cache batch - portion statusable prefetching
pathWithFileName
filename.json
excludeProviders
batch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add
optimade.prefetch()
method to make custom local cachepathWithFileName
- path to file outputfilename.json
locationexcludeProviders
- array for exclude providers from cachebatch
- portion statusable prefetchingThe text was updated successfully, but these errors were encountered: