1.1.1 • Published 3 months ago

axios-master v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

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();
1.1.1

3 months ago

1.1.0

3 months ago

1.0.9

3 months ago

1.0.8

3 months ago

1.0.7

3 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago