Client library for working with Follett Destiny API in Ruby
require 'follett_destiny'
client = FollettDestiny::Client.instance
pp client.sites
# [{"guid"=>"********-****-****-****-************",
# "name"=>"Example School",
# "librarySite"=>true,
# "textbookSite"=>false,
# "resourceSite"=>true,
# "districtWarehouse"=>false,
# "districtAdvancedBooking"=>false,
# "siteType"=>{"id"=>1, "name"=>"Example Type", "priorityOrder"=>1},
# "mediaSite"=>false,
# "portalEnabled"=>false},
# …
FOLLETT_DESTINY_BASE_URI
https://<destiny_host>/api/v1/rest/context/<context>FOLLETT_DESTINY_CLIENT_ID
FOLLETT_DESTINY_CLIENT_SECRET