Skip to main content

Phenom Public Apis SDK for Python

Project description




Phenom : Helping a billion people find the right work.

What is it?

Phenom is at the forefront of Talent Experience Management (TXM), offering a suite of APIs designed to revolutionize talent acquisition, engagement, and retention processes. With Phenom's public APIs, developers gain access to powerful tools for creating seamless and personalized experiences throughout the entire talent lifecycle. Phenom's public APIs empower organizations to elevate their talent experience management strategies, driving better outcomes for candidates, employees, and businesses alike. Whether you're a recruiter, HR professional, or developer, Phenom's APIs provide the tools and resources you need to succeed in today's competitive talent market.

Authentication

By default, token authentication depends on correct configure of following environment variables.

  • TOKEN_URL for token generation.
  • CLIENT_ID for client ID.
  • CLIENT_SECRET for client SECRET.
  • GATEWAY_URL for phenom public api's accessing url.
  • API_KEY secret key for accessing azure public api's.

With above configuration, client can be authenticated by following code:

from phenom.commons.authorization import Authorization

client = ApiManagementClient(TOKEN_URL, CLIENT_ID, CLIENT_SECRET, GATEWAY_URL,
                       API_KEY)

Table of Contents

Pre-requisites

Python 3.6+ is required to use this package.

Documentation

The official documentation is hosted on Phenom Apis.

Contact us

If you have any questions or need help, please contact us at Phenom Support.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phenomApis-0.0.60.tar.gz (401.2 kB view hashes)

Uploaded Source

Built Distribution

phenomApis-0.0.60-py2-none-any.whl (1.2 MB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page