Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.