ObjectiveSubject / ccl

1 stars 0 forks source link

Ingest lib/study guides from Springshare #3

Closed davekellam closed 7 years ago

davekellam commented 7 years ago

Use v1.1 of the LibGuides API to ingest all of the guides into a guides post type.

davekellam commented 7 years ago

Forgot to mention issue in 33a9118 commit, but have a basic API integration for obtaining oauth token and fetching all libguides content.

Connection constants need to be defined in wp-config.php at the moment. Will need to to create an options page for login details.

Needs code for: grabbing specific specific lib guides by id, more error trapping, ingesting libguides into a post type.

davekellam commented 7 years ago

Seems that I actually worked out how to pull down the list of databases using the more complex v1.2 API. LibGuides can be pulled down using v1.1, which doesn't require token based authentication.

davekellam commented 7 years ago

Import functionality is working, moving refinement to it's own issue and milestone (#12)