New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

xing-api-client

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xing-api-client

A client library for interacting with the Xing API

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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.

Keywords

xing

FAQs

Package last updated on 31 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts