UNPKG

noticebord-client

Version:

The official Typescript client library for the Noticebord API.

8 lines (7 loc) 242 B
import { AxiosInstance } from "axios"; export declare abstract class Service { protected readonly token: string; protected readonly baseUrl: string; protected api: AxiosInstance; constructor(token: string, baseUrl: string); }