Skip to content

Argocyte/RealmeyeSharp

 
 

Repository files navigation

RealmeyeSharp

Realmeye API that gets information of realmeye to mostly string variable in C#

I have made it using web scraping.

Example

Go to tester and look at the Program.cs for more help.

How to use:

User user = Realm.GetAllUserInfo(String IGN)

you need to use Summary before you can use anything else.

User user = Realm.GetUserSummary(string IGN)

Realm.GetUserPetStats(User user)

Realm.GetUserDescription(User user)

Realm.GetUserClasses(User user).

and to use the data use User user = new User(); user.Name and etc

or you can look at my Test / Example

MyNuget

Install-Package RealmeyeSharp -Version 2.2.0

Or use My NuGet Package manager and search after: RealmeyeSharp

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Author

My IGN in realm is: Celestial

Helpers

I have gotten some ideas from: Github: thesuicideheart Realmeye: Coldness

Additions made by: Github: Argocyte Realmeye: Argocyte

About

RealmeyeSharp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%