0.1.0 • Published 10 days ago

@medrunner/api-client v0.1.0

Weekly downloads
-
License
GNU General Publi...
Repository
github
Last release
10 days 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",
  token: () => "MY_API_TOKEN",
};

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

console.log(self)
0.1.0

10 days ago

0.0.1-rc.2

20 days ago

0.0.1-rc.1

21 days ago