Skip to content

Commit

Permalink
Merge pull request #14 from Chloe-Woahie/dev-main
Browse files Browse the repository at this point in the history
v0.7.1
  • Loading branch information
fekie authored Apr 2, 2023
2 parents 41ea7a2 + b3285b8 commit e5edf68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "roboat"
readme = "README.md"
repository = "https://github.com/Chloe-Woahie/roboat"
version = "0.7.0"
version = "0.7.1"

[dependencies]
reqwest = { version = "0.11.14", default-features=false, features = ["rustls-tls", "json"] }
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ and is capable of making requests in parallel.
- Take Limited Off Sale - `/v1/assets/{item_id}/resellable-copies/{uaid}`
* Users API - [`users.roblox.com/*`]
- User Information - `/v1/users/authenticated`
* Presence API - [`presence.roblox.com/*`]
- Register Presence - `/v1/presence/register-app-presence`

# Related Crates
This crate is a sister crate of [roli](https://crates.io/crates/roli), an API wrapper for [Rolimons.com](https://www.rolimons.com/).
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
//! * Users API
//! - User Details - [`Client::user_id`], [`Client::username`], and [`Client::display_name`]
//! (all of them use the same endpoint internally and cache the results)
//! * Presence API
//! - Register Presence - [`Client::register_presence`]

#![warn(missing_docs)]

Expand Down

0 comments on commit e5edf68

Please sign in to comment.