1.3.3 • Published 3 months ago

bfv-api v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

bfv-api-js

This is an unofficial JavaScript/Typescript client for the BFV API. This project is not affiliated with the BFV!

Installation

pnpm add bfv-api

Usage

The teamPermanentId can be found in the URL on the official web page of your team (https://www.bfv.de/mannschaften/<my-team-name>/<team-permanent-id>)

import { bfvApi } from "bfv-api";

const teamPermanentId = "016PD5QT70000000VV0AG811VTE5EA5R";
const { data } = await bfvApi.listMatches({ params: { teamPermanentId } });

Contributing

Update the OpenAPI Schema if the schema doesn't match anymore. Run pnpm changeset to create a new Changeset entry and automatically publish a new package on npm after the pull request was approved.

Create a new branch an create PR to merge into main. When the <feature> -> main was approved a auto generated branch and PR with the changeset will be created.
If this PR also gets accepted, the new package will be published on NPM.

1.3.3

3 months ago

1.3.2

3 months ago

1.3.1

7 months ago

1.3.0

8 months ago

1.2.0

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago