This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

helldivers2-api-wrapper

1.0.3 • Public • Published

Helldivers 2 TypeScript API wrapper

This is a simple node application to generate Typescript code for helldivers-2/api. Using the above provided OpenApi spec this application will generate all the nessecary models and services to interact with the api in a TypeScript application.

How to use

With source

  • clone repo
  • npm install
  • npm run generate

With npm

  • npm i helldivers2-api-wrapper
  • npx helldivers2-api-wrapper index.js

this will create a generated folder (configurable) containing all the models, services, ect. Now to use the services you need to create an instance of the client.

const hellDivers2Client = new HellDivers2Client({
    BASE: 'https://helldivers-2-dotnet.fly.dev'
});

const res = hellDivers2Client.v1.getApiV1AssignmentsAll();
// do stuff

Contributing

Open a pull request.

Thanks

  • dealloc and all the contributors to the hell divers 2 api
  • Ferdi Koomen for openapi-typescript-codegen.
  • Arrowhead for making such an awesome game

Readme

Keywords

none

Package Sidebar

Install

npm i helldivers2-api-wrapper

Weekly Downloads

4

Version

1.0.3

License

ISC

Unpacked Size

37.5 kB

Total Files

5

Last publish

Collaborators

  • sreece52