0.6.1 • Published 5 months ago

@medrunner/api-client v0.6.1

Weekly downloads
-
License
GNU General Publi...
Repository
github
Last release
5 months ago

Medrunner API Client

This typescript library acts as a client for the Medrunner API.

Getting Started

import { MedrunnerApiClient } from "@medrunner/api-client";

const apiConfig = {
  baseUrl: "https://api.medrunner.space",
  refreshToken: "YOUR_API_TOKEN",
};

const api = MedrunnerApiClient.buildClient(apiConfig);
const self = await api.client.get();

console.log(self);
0.3.0

8 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.5.4

7 months ago

0.3.6

8 months ago

0.2.7

8 months ago

0.1.8

10 months ago

0.5.3

7 months ago

0.3.5

8 months ago

0.2.6

8 months ago

0.1.7

10 months ago

0.3.8

8 months ago

0.3.7

8 months ago

0.3.2

8 months ago

0.2.3

10 months ago

0.4.0

8 months ago

0.3.1

8 months ago

0.2.2

10 months ago

0.6.1

5 months ago

0.5.2

7 months ago

0.3.4

8 months ago

0.2.5

9 months ago

0.1.6

10 months ago

0.6.0

7 months ago

0.5.1

8 months ago

0.3.3

8 months ago

0.2.4

10 months ago

0.1.5

11 months ago

0.1.4

12 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1-rc.2

2 years ago

0.0.1-rc.1

2 years ago