forem-client

1.0.1 • Public • Published

forem-client

Zero dependencies Forem API client : use your own request client (axios, fetch ...)

To use the Client, see the documentation of https://developers.forem.com/api

API

Some routes are not not yet in the client.

Example

Code example :

import ForemClient from "forem-client"
import axios from "axios"; // import your own requester

const client = new ForemClient(axios); // your id is optional

const asyncMain = async () => {
    let req = await client.GET_getUserByUsername("n4n5"); // return user infos of n4n5
}
asyncMain();

License

Licensed under the MIT License - LICENSE

/forem-client/

    Package Sidebar

    Install

    npm i forem-client

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.21 kB

    Total Files

    5

    Last publish

    Collaborators

    • n4n5