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

Support for multiple formats of response data #29

Open
3 of 6 tasks
avanavana opened this issue Dec 24, 2021 · 0 comments
Open
3 of 6 tasks

Support for multiple formats of response data #29

avanavana opened this issue Dec 24, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@avanavana
Copy link
Owner

avanavana commented Dec 24, 2021

Currently all data from Airtable are sent to the user as JSON, formatted using names, format, and structure designed for Zotero, since originally the purpose of this proxy server was to download and sync the Airtable data with Zotero alone.

This format is far less useful to others, so I would like to create a format query parameter that uses a different default JSON structure, something closer to the data in Airtable itself, something more like what the future ESOVDB front-end website will use, and provide a few other formats.

Formats

  • Default (Airtable JSON)
  • Basic (simplified)
  • YouTube (id, recordId, esovdbId, zoteroKey, added)
  • Zotero (what I already have)
  • GeoJSON (should filter any records lacking geospatial data)
  • CSV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant