0.16.0-main.d8219c672edde1d24bff81f9f241ecc6cfe84552 • Published 1 month ago

@prom-cms/api-client v0.16.0-main.d8219c672edde1d24bff81f9f241ecc6cfe84552

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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"
});
0.16.0-next.0

1 month ago

0.15.3-next.0

2 months ago

0.15.2

2 months ago

0.15.0

2 months ago

0.15.1

2 months ago

0.14.1

3 months ago

0.13.0

3 months ago

0.14.0

3 months ago

0.12.0

3 months ago

0.11.1

3 months ago

0.11.0

3 months ago

0.10.0

6 months ago

0.9.0

6 months ago

0.8.0

7 months ago

0.7.1

9 months ago

0.5.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.4.1

1 year ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago