2017-25 © Pedro Peláez
 

library bullhorn-auth-client

Simple authorization client to create Bullhorn REST API sessions

image

jonathanraftery/bullhorn-auth-client

Simple authorization client to create Bullhorn REST API sessions

  • Tuesday, July 3, 2018
  • by jonathanraftery
  • Repository
  • 1 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 86 % Grown

The README.md

Bullhorn Auth Client

This package provides a simple way to automate Bullhorn REST API logins., (*1)

Installation

``` bash $ composer require jonathanraftery/bullhorn-auth-client, (*2)


## Usage ```php use jonathanraftery\Bullhorn\Rest\Authentication\Client as BullhornAuthClient; $client = new BullhornAuthClient( 'client_id', 'client_secret' ); $client->initiateSession( 'bullhorn_username', 'bullhorn_password' ); $restToken = $session->getRestToken(); $restUrl = $session->getRestUrl(); // make Bullhorn calls // once your session expires, refresh with the stored refresh token $client->refreshSession();

The Versions

03/07 2018

dev-master

9999999-dev

Simple authorization client to create Bullhorn REST API sessions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jonathan Raftery

api authentication rest bullhorn

03/07 2018

v1.1.1

1.1.1.0

Simple authorization client to create Bullhorn REST API sessions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jonathan Raftery

api authentication rest bullhorn

30/06 2018

v1.1

1.1.0.0

Simple authorization client to create Bullhorn REST API sessions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jonathan Raftery

api authentication rest bullhorn

29/04 2018

v1.0

1.0.0.0

Simple authorization client to create Bullhorn REST API sessions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jonathan Raftery

api authentication rest bullhorn