RoSharp 1.1.0

dotnet add package RoSharp --version 1.1.0                
NuGet\Install-Package RoSharp -Version 1.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RoSharp" Version="1.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RoSharp --version 1.1.0                
#r "nuget: RoSharp, 1.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RoSharp as a Cake Addin
#addin nuget:?package=RoSharp&version=1.1.0

// Install RoSharp as a Cake Tool
#tool nuget:?package=RoSharp&version=1.1.0                

GitHub Actions Workflow Status GitHub Issues GitHub code size

Discord

RoSharp

RoSharp is a C#/.NET utility package designed as a wrapper for Roblox's Web API system. The framework is built on .NET 8.0, and requires version 13.0.3 or greater of Newtonsoft.Json (which will be installed alongside the framework if installed with NuGet).

See wiki for all extensive documentation. This wiki is work in progress! Every public member within the framework is documented via C#'s XML documentation, so users of Visual Studio and Visual Studio Code (and likely other IDEs) should be covered!

Join our Discord if you have questions!

Installation

RoSharp can be installed directly from NuGet through your IDE's package manager or with the following command in the command-line.

Install-Package RoSharp -Version <version>

RoSharp can also be installed by downloading the DLL under the "Releases" and adding it to your project manually.

Features

Below are some of the following features that are available in RoSharp:

  • Users: Get information of any user on the platform, including their badges, inventory (if visible), experiences, and more.
  • Communities: Manage your community from a console app, Discord bot, etc! This framework includes the ability to make new ranks, accept and decline join requests, delete wall posts, remove members, and more!
  • Assets: View data of assets and manage owned assets directly from the framework.
  • Experiences: See all sorts of data from your experiences, even MAU and income data, with much more to come! You can also modify experiences, ban users, etc. You can even modify in-experience DataStores and send MessagingService messages using this framework thanks to Roblox's open-cloud API. The first of its kind to have these game-changing capabilities!
  • Price Floors: Integrated API to view Roblox's live price floor data. Use this data alongside the Assets API to calculate the price of an item automatically, and keep track of ever-changing Roblox price floors.
  • Custom Requests: RoSharp provides an easy way for you, the user, to make your own requests to the Roblox API using the framework's authentication system. Gone are the days of digging into the depths of authentication yourself, this framework has you covered! Get the URL and go, while the framework does the HTTP magic of headers and content itself.
  • (BONUS) DevForum API: Read-only API for viewing the DevForum from the eyes of a non-authenticated user via Discourse's APIs. See posts and replies of public posts, including official Roblox updates.
  • Much more!

Credits

Robloxdotnet by Loravis -- Original inspiration for RoSharp, various inspirations taken from this project.

Donations

RoSharp doesn't cost anything but donations are greatly appreciated! Click here to donate.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 109 12/17/2024
1.0.0 103 12/7/2024
0.1.0 103 12/6/2024