1.1.4-a • Published 2 years ago

@rbxts/fetch v1.1.4-a

Weekly downloads
-
License
Unlicense
Repository
-
Last release
2 years ago

Fetch for Roblox-TS, easier roblox requests. Support for sending objects that arent objects, numbers & strings is coming soon.

How To Install

To install, simply run npm install @rbxts/fetch in your project, package, model or game

Examples

import { fetch, Response } from "@rbxts/fetch"

fetch("https://example.com").then((res: Response)=>{
    print(res.text());
})

Documentation

Documentation

1.1.4-a

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago