1.6.1 • Published 7 months ago

@zayne-labs/callapi-legacy v1.6.1

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

7 months ago

1.6.0

7 months ago

1.5.1

7 months ago

1.4.5

7 months ago

1.4.4

7 months ago

1.4.3

7 months ago

1.4.2

7 months ago

1.4.1

7 months ago

1.4.0

7 months ago

1.3.6

7 months ago

1.3.5

7 months ago

1.3.4

8 months ago

1.3.3

8 months ago

1.5.0

7 months ago

1.3.2

8 months ago

1.3.1

8 months ago

1.3.0

8 months ago

1.2.0

8 months ago

1.2.1

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago

1.0.0-rc.74

8 months ago

1.0.0-rc.70

9 months ago

1.0.0-rc.68

9 months ago

1.0.0-rc.72

9 months ago

1.0.0-rc.42

9 months ago

1.0.0-rc.40

9 months ago

1.0.0-rc.46

9 months ago

1.0.0-rc.44

9 months ago

1.0.0-rc.39

9 months ago

1.0.0-rc.34

9 months ago

1.0.0-rc.38

9 months ago

1.0.0-rc.36

9 months ago

1.0.0-rc.30

9 months ago

1.0.0-rc.32

9 months ago

1.0.0-rc.20

10 months ago

1.0.0-rc.24

9 months ago

1.0.0-rc.22

10 months ago

1.0.0-rc.28

9 months ago

1.0.0-rc.26

9 months ago

1.0.0-rc.18

10 months ago

1.0.0-rc.13

10 months ago

1.0.0-rc.17

10 months ago

1.0.0-rc.16

10 months ago

1.0.0-rc.15

10 months ago

1.0.0-rc.14

10 months ago

1.0.0-rc.9

10 months ago

1.0.0-rc.7

10 months ago

1.0.0-rc.8

10 months ago

1.0.0-rc.12

10 months ago

1.0.0-rc.11

10 months ago

1.0.0-rc.10

10 months ago

1.0.0-rc.6

10 months ago

1.0.0-rc.5

10 months ago

1.0.0-rc.4

10 months ago

1.0.0-rc.3

10 months ago

1.0.0-rc.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago