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!
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": "*"
}
}
- PHP 5.3.x
- HTTP_Request2
$ phpunit