mozillascience / software-discovery-dashboard

MIT License
19 stars 8 forks source link

Create rest endpoint for figshare #27

Closed varzaman closed 8 years ago

varzaman commented 8 years ago

Dependent on issue #26.

After authorization is complete, a simple rest endpoint that gets figshare repository metadata needs to be created. This will allow us to hook into their service, and allow us the ability to convert their metadata to the JSON-LD standard.

lukecoy commented 8 years ago

Authorization on figshare is complete, and an endpoint I've made is successfully fetching articles. I need to now focus on the JsonLd side of things, and converting incoming querys to figshares language.

lukecoy commented 8 years ago

Unit testing

varzaman commented 8 years ago

Finished