0.1.4 • Published 8 months ago

@medrunner/api-client v0.1.4

Weekly downloads
-
License
GNU General Publi...
Repository
github
Last release
8 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.1.4

8 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1-rc.2

1 year ago

0.0.1-rc.1

1 year ago