rowrap 0.0.0

A wrapper for the Roblox API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
## About

Rowrap is an open-source API Wrapper written in Rust that provides an interface for the [ROBLOX](http://www.roblox.com) API.

This is a very early version, currently less than 5% of the Roblox API is
implemented.

However, Rowrap provides utility functions for sending HTTP requests to the
Roblox API, handling the status codes returned by the API, and generating
X-CSRF-TOKENs with .ROBLOSECURITY Cookie.

This is the main project I'm working on, updates will be frequent.