easybib / services_oneall
WIP API wrapper for OneAll
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
pkg:composer/easybib/services_oneall
Requires (Dev)
- pear-pear/http_request2: >=2.0.0
This package is not auto-updated.
Last update: 2022-02-01 12:24:55 UTC
README
The following methods are currently supported:
- /users/TOKEN.json (used to pull data of a certain user)
- /users.json (used to get all users who previously logged in through OneAll)
- /connections/TOKEN.json (pull data when people log into your site through OneAll)
More? Work in progress — or feel free to send pull-requests!
Installation
This code is available through composer and packagist.org - add the following to your composer.json:
{
"require": {
"easybib/services_oneall": "*"
}
}
Or define a repository:
{
"repositories": [
{
"url": "http://github.com/easybib/services_oneall",
"type": "vcs"
}
],
"require": {
"easybib/services_oneall": "*"
}
}
Requirements:
- PHP 5.3.x
- HTTP_Request2
Tests
$ phpunit