@prom-cms/api-client
TypeScript icon, indicating that this package has built-in type declarations

0.16.0-main.d8219c672edde1d24bff81f9f241ecc6cfe84552 • Public • Published
# PromCMS JS API Client

This is a javascript api client for your apps that use PROM CMS.

Installation

npm install @prom-cms/api-client

How to use

import { ApiClient } from "@prom-cms/api-client"

// Initialize 
const client = new ApiClient({
  // you can use custom axios config here
  ...
});

// You can now send requests
await client.auth.login({
  email: "email@example.com",
  password: "some_strong_password"
});

Readme

Keywords

none

Package Sidebar

Install

npm i @prom-cms/api-client

Weekly Downloads

3

Version

0.16.0-main.d8219c672edde1d24bff81f9f241ecc6cfe84552

License

MIT

Unpacked Size

90.2 kB

Total Files

202

Last publish

Collaborators

  • ondrej_langr