Using LiveVideoCoreSDK with core.ac.uk

C++ integration

Install
# See https://github.com/runner365/LiveVideoCoreSDK
Search through all resources
curl \
  # append ?apiKey=$API_KEY to the URL \
  /search/{query}
Find journal by ISSN
curl \
  # append ?apiKey=$API_KEY to the URL \
  /journals/get/{issn}
Get article by CORE ID
curl \
  # append ?apiKey=$API_KEY to the URL \
  /articles/get/{coreId}
SDK on GitHub 📄 API Docs
SDK
LiveVideoCoreSDK
C++
API
core.ac.uk
core.ac.uk
At a glance
Language C++
Endpoints18