1.6.1 • Published 5 months ago

@zayne-labs/callapi-legacy v1.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

CallApi

Build SizeVersion

CallApi Fetch is an extra-lightweight wrapper over fetch that provides quality of life improvements beyond the bare fetch api, while keeping the API familiar.

It takes in a url and a request options object, just like fetch, but with some additional options to make your life easier. Check out the API Reference for a quick look at each option.

Docs

View Documentation website

Installing CallApi

Through npm (recommended)

# npm
npm install @zayne-labs/callapi

# pnpm
pnpm add @zayne-labs/callapi

Then you can use it by importing it in your JavaScript file.

import { callApi } from "@zayne-labs/callapi";

Using CallApi without npm

You can import callApi directly into JavaScript through a CDN.

To do this, you first need to set your script's type to module, then import callApi.

<script type="module">
 import { callApi } from "https://esm.run/@zayne-labs/callapi";
</script>

<!-- Locked to a specific version -->
<script type="module">
 import { callApi } from "https://esm.run/@zayne-labs/callapi@0.3.2";
</script>
1.6.1

5 months ago

1.6.0

5 months ago

1.5.1

5 months ago

1.4.5

5 months ago

1.4.4

5 months ago

1.4.3

5 months ago

1.4.2

5 months ago

1.4.1

5 months ago

1.4.0

5 months ago

1.3.6

5 months ago

1.3.5

5 months ago

1.3.4

6 months ago

1.3.3

6 months ago

1.5.0

5 months ago

1.3.2

6 months ago

1.3.1

6 months ago

1.3.0

6 months ago

1.2.0

6 months ago

1.2.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago

1.0.0-rc.74

6 months ago

1.0.0-rc.70

7 months ago

1.0.0-rc.68

7 months ago

1.0.0-rc.72

7 months ago

1.0.0-rc.42

7 months ago

1.0.0-rc.40

7 months ago

1.0.0-rc.46

7 months ago

1.0.0-rc.44

7 months ago

1.0.0-rc.39

7 months ago

1.0.0-rc.34

7 months ago

1.0.0-rc.38

7 months ago

1.0.0-rc.36

7 months ago

1.0.0-rc.30

8 months ago

1.0.0-rc.32

7 months ago

1.0.0-rc.20

8 months ago

1.0.0-rc.24

8 months ago

1.0.0-rc.22

8 months ago

1.0.0-rc.28

8 months ago

1.0.0-rc.26

8 months ago

1.0.0-rc.18

8 months ago

1.0.0-rc.13

8 months ago

1.0.0-rc.17

8 months ago

1.0.0-rc.16

8 months ago

1.0.0-rc.15

8 months ago

1.0.0-rc.14

8 months ago

1.0.0-rc.9

8 months ago

1.0.0-rc.7

8 months ago

1.0.0-rc.8

8 months ago

1.0.0-rc.12

8 months ago

1.0.0-rc.11

8 months ago

1.0.0-rc.10

8 months ago

1.0.0-rc.6

8 months ago

1.0.0-rc.5

8 months ago

1.0.0-rc.4

8 months ago

1.0.0-rc.3

8 months ago

1.0.0-rc.2

8 months ago

0.0.1

8 months ago

0.0.0

8 months ago