1.6.1 • Published 6 months ago

@zayne-labs/callapi-legacy v1.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 months ago

1.6.0

6 months ago

1.5.1

6 months ago

1.4.5

6 months ago

1.4.4

6 months ago

1.4.3

6 months ago

1.4.2

6 months ago

1.4.1

6 months ago

1.4.0

6 months ago

1.3.6

6 months ago

1.3.5

6 months ago

1.3.4

7 months ago

1.3.3

7 months ago

1.5.0

6 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.3.0

7 months ago

1.2.0

7 months ago

1.2.1

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago

1.0.0-rc.74

7 months ago

1.0.0-rc.70

8 months ago

1.0.0-rc.68

8 months ago

1.0.0-rc.72

8 months ago

1.0.0-rc.42

8 months ago

1.0.0-rc.40

8 months ago

1.0.0-rc.46

8 months ago

1.0.0-rc.44

8 months ago

1.0.0-rc.39

8 months ago

1.0.0-rc.34

8 months ago

1.0.0-rc.38

8 months ago

1.0.0-rc.36

8 months ago

1.0.0-rc.30

8 months ago

1.0.0-rc.32

8 months ago

1.0.0-rc.20

9 months ago

1.0.0-rc.24

8 months ago

1.0.0-rc.22

9 months ago

1.0.0-rc.28

8 months ago

1.0.0-rc.26

8 months ago

1.0.0-rc.18

9 months ago

1.0.0-rc.13

9 months ago

1.0.0-rc.17

9 months ago

1.0.0-rc.16

9 months ago

1.0.0-rc.15

9 months ago

1.0.0-rc.14

9 months ago

1.0.0-rc.9

9 months ago

1.0.0-rc.7

9 months ago

1.0.0-rc.8

9 months ago

1.0.0-rc.12

9 months ago

1.0.0-rc.11

9 months ago

1.0.0-rc.10

9 months ago

1.0.0-rc.6

9 months ago

1.0.0-rc.5

9 months ago

1.0.0-rc.4

9 months ago

1.0.0-rc.3

9 months ago

1.0.0-rc.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago