Skip to content

dimak-dev/xing-client-api

Repository files navigation

Xing API Client

The Xing API Client is a TypeScript/JavaScript module designed to simplify interactions with the Xing API.

Features

  • 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.

Installation

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

Documentation

For detailed documentation, please visit the Xing API Client Documentation.

About

A lightweight, TypeScript-ready client for seamless integration with the Xing API.

Resources

Stars

Watchers

Forks

Packages

No packages published