bh_oauth 2.0.0

Last updated:

0 purchases

bh_oauth 2.0.0 Image
bh_oauth 2.0.0 Images
Add to Cart

Description:

bh oauth 2.0.0

Dependencies:

requests - HTTP for Humans

Quick Example:
auth = dict(
client = "Bullhorn OAuth Client ID",
secret = 'Bullhorn OAuth Client Secret',
usr = "Bullhorn Username",
pwd = "Bullhorn Password")

bhr = BHRest(**auth)
# If in the sandbox environment - update URLs
bhr._auth_url = "https://auth9.bullhornstaffing.com/oauth"
bhr._rest_url = "https://rest9.bullhornstaffing.com/rest-services"

print bhr.access_token
print bhr.find(query="+12345678")
Features:

Automatically refresh rest_token/url if access_token has expired.
Search the following entity types given a string containing search terms:

ClientContact
JobOrder
Candidate
ClientCorporation
Lead (if leadsAndOpportunitiesEnabled = true)
Opportunity (if leadsAndOpportunitiesEnabled = true)
To search through the phone numbers start query with the “+” and append last 8 digits.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.