UAL-RE / ReM

A Python web UI built on FastAPI to gather metadata to construct a README
MIT License
3 stars 1 forks source link

Module to retrieve Figshare metadata for public deposit (no token) #3

Closed astrochun closed 3 years ago

astrochun commented 3 years ago

A figshare module is needed to retrieve Figshare metadata from its API. Allows for GET method with an input of the article_id and optional input of stage.

Responses should contain the metadata reduced to what we need for the README form. This includes:

  1. Article ID
  2. Title
  3. Description
  4. DOI
  5. Preferred citation
  6. License
  7. References

In addition: