The Xing API Client
is a TypeScript/JavaScript module designed to simplify interactions with the Xing API.
- Generate OAuth 2.0 authorization URLs for implementing Xing authentication.
- Retrieve access tokens using the authorization code.
- Refresh access tokens using the refresh token.
- Create, update, activate, deactivate, archive, and delete job postings via the E-Recruiting API.
- TypeScript support with full type definitions for parameters and responses.
To use Xing API Client, install the xing-api-client
module from NPM:
npm install xing-api-client
or using Yarn:
yarn add xing-api-client
For detailed documentation, please visit the Xing API Client Documentation.