Closed davekellam closed 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.
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.
Import functionality is working, moving refinement to it's own issue and milestone (#12)
Use v1.1 of the LibGuides API to ingest all of the guides into a guides post type.