Skip to content

Commit

Permalink
chore: reflect api coverage changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fekie committed Apr 2, 2023
1 parent 41ea7a2 commit 6fea679
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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 6fea679

Please sign in to comment.