1.9.10 • Published 2 years ago

backpack.tf-api v1.9.10

Weekly downloads
7
License
MIT
Repository
github
Last release
2 years ago

backpack-tf

Unopinionated typescript wrapper for backpack.tf API.

Instalation

npm install backpack.tf-api or yarn add backpack.tf-api

Usage

import { BackpackTFAPI } from 'backpack.tf-api';

const bptf = new BackpackTFAPI({
  token: 'your backpack.tf token, optional if you dont need it',
  apiKey: 'your backpack.tf api key, optional if you dont need it',
  requestClient: /* request client implementation, optional */
});

await bptf['/* api method you choose */']({ ...parameters });

Api coverage

Not all api's are implemented in this package, if there are some you require in your project, feel free to open a pull request. The request system is easy enough so you don't need to worry about the specifics, just the types.

1.9.10

2 years ago

1.9.9

2 years ago

1.9.8

3 years ago

1.9.7

3 years ago

1.9.6

3 years ago

1.9.5

3 years ago

1.9.4

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.2.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago