1.0.0 • Published 11 months ago

@evespace/esi-client v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

ESI TypeScript Client

A TypeScript client for the ESI (EVE Swagger Interface) API.

Installation

npm install @evespace/esi-client

Usage

import { Configuration, DefaultApi } from 'esi-client';

const config = new Configuration({
    basePath: 'https://esi.evetech.net/latest'
});

const api = new DefaultApi(config);

// Example: Get character information
const characterInfo = await api.getCharactersCharacterId(12345);

Features

  • Full TypeScript support with type definitions
  • Complete coverage of EVE Online ESI API endpoints
  • Built with fetch API
  • ESM and CommonJS support

Documentation

For detailed API documentation, please refer to the EVE Swagger Interface.

License

ISC © Mykola Skrypets