axios-master
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Axios Master

Example

  import axiosMaster from "axios-master";
    async function name() {
        try {
            const result = await axiosMaster("SMS", false, {
            method: "GET",
            url: encodeURI(`https://api2.togtokh.dev/main/user/`),
            headers: {
                "Content-Type": "application/json",
            },
            });
            console.log(result);
        } catch (error) {
            console.log(error);
        }
    }
    name();

Package Sidebar

Install

npm i axios-master

Weekly Downloads

80

Version

1.1.1

License

ISC

Unpacked Size

6.96 kB

Total Files

4

Last publish

Collaborators

  • togtokh.dev