24.4.14-184927 • Published 1 year ago

@reverse-engineered-apis/flatastic v24.4.14-184927

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

Reverse Engineered Flatastic API

This is a reverse engineered API client for the flatastic API. It is not affiliated with flatastic in any way. This library is not guaranteed to be stable, complete or correct and may change or break at any time. Please ensure that your use of this library complies with the current terms and conditions of the flatastic API.

Usage

If you want to generate your client and are just looking for the schema, please check out @reverse-engineered/flatastic-schema.

The package provides the generated API as a JavaScript module. You can import it in your project like this:

import { SomeApi } from "@reverse-engineered-apis/flatastic";

const someApi = new SomeApi();
someApi.someEndpoint().then((response) => {
  console.log(response);
})

Authorization

Invoke the login endpoint to get a token and pass it in the 'x-api-key' header in subsequent requests.

Fair Use

Please be respectful of the flatastic API and do not abuse it, that includes limiting your requests to a reasonable amount. Repeated abuse or overloading of the API might result in measures that make it harder or impossible for everyone to use the API.

24.4.14-184927

1 year ago

24.4.14-173500

1 year ago

24.4.12-221710

1 year ago