optimade-python-tools
optimade-python-tools copied to clipboard
Add `/files` endpoint and entry type
Building from @JPBergsma's work, this PR adds the files endpoint and entry type.
This should not be merged until we have decided if we can support multiple OPTIMADE versions from a single optimade-python-tools version, but in the meantime, this can be used to generate the OpenAPI schemata for v1.2.
To-do:
- [x] models
- [x] server code
- [x] OpenAPI schemas
- [ ] Testing
- [ ] Docs updates