RadiantConnect Quickstart Guide
Step 1: Download RadiantConnect from NuGet
Get started by downloading the RadiantConnect package from NuGet. You can find the package here.
Bash | |
---|---|
1 |
|
Step 2: Initialize RadiantConnect
Initialize the RadiantConnect library by creating an instance of the Initiator
class.
Note: You can provide your own SSID for remote authentication
C# | |
---|---|
1 2 3 4 5 6 |
|
Step 3: Hook Desired Events
Hook into the events related to the game queue to respond to various states.
C# | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Step 4: Use Desired API Calls
Utilize the RadiantConnect API to make calls that suit your application needs. In this example, we fetch a player's MMR asynchronously.
C# | |
---|---|
1 2 3 4 |
|
Need Support?
If you have any questions, issues, or need assistance, feel free to join our Discord server. Our community is here to help!
Feel free to explore additional API calls and events provided by RadiantConnect to enhance the functionality of your integration.
This quickstart guide provides a simple walkthrough to get you started with RadiantConnect. Refer to the detailed documentation for a comprehensive understanding of available features and customization options. Happy coding!