Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-spengler/request
API Calls - as simple as it gets :)
https://github.com/michael-spengler/request
api request requests
Last synced: 26 days ago
JSON representation
API Calls - as simple as it gets :)
- Host: GitHub
- URL: https://github.com/michael-spengler/request
- Owner: michael-spengler
- License: gpl-3.0
- Created: 2020-08-04T08:58:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T15:32:08.000Z (about 3 years ago)
- Last Synced: 2024-09-17T15:11:03.088Z (about 2 months ago)
- Topics: api, request, requests
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 8
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage Example```ts
import { Request } from 'https://deno.land/x/[email protected]/mod.ts'const result = await Request.get('http://api.open-notify.org/iss-now.json')
console.log(result)
```For Post, Put and Delete examples please check
[request.ts](https://deno.land/x/[email protected]/mod.ts). It should be
self-explaining. If not feel free to create an issue.
## Execute the Tests```
deno test --allow-net https://deno.land/x/[email protected]/test.ts
```
## Support my Open Source ContributionsIf you like my work please consider downloading the brave browser via my promotion link: [https://brave.com/fan464](https://brave.com/fan464).
![![](https://brave.com/)](https://brave.com/wp-content/uploads/2019/01/logotype-full-color.svg)