Skip to content
This repository has been archived by the owner on Apr 12, 2018. It is now read-only.
/ RobloxAPI-Old Public archive

This allows you to go into contact with Roblox's API without doing the dirty work. (Being replaced by https://github.com/gamenew09/RobloxAPI)

License

Notifications You must be signed in to change notification settings

gamenew09/RobloxAPI-Old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSharpRobloxAPI

This allows you to go into contact with Roblox's API without doing the dirty work.

Contribution

Look at the CONTRIBUTION.md

Documentation

WARNING: Most of the methods do not use async! IT WILL INTTERUPT THE UI THREAD.

This is not a complete documentation of the API. It's complete in the C# code. You may help with the documentation by creating a pull request.

RobloxApi.GetUserById

This method gets an user by id on the Roblox API. Args: int uId - This is the id that is provided to get the user.

RobloxApi.GetUserBlurb

NOTE: There is another way to get the blurb without using this function, use an User object and the property Blurb. Gets a user's blurb. Args: User user - This is the user to get the blurb from.

RobloxApi.GetUserFriends

NOTE: There is another way to get the blurb without using this function, use an User object and the property Friends. Gets user's friends. Args: int userId - The user to get the friends from.

About

This allows you to go into contact with Roblox's API without doing the dirty work. (Being replaced by https://github.com/gamenew09/RobloxAPI)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages