Skip to content

Latest commit

 

History

History

examples

ro.py

boilerplate.py Boilerplate for a standard ro.py application.
user_information.py Grabs user information and prints it to the console.
multi_user_information.py Grabs information about multiple users and prints it to the console.
user_information_by_username.py Grabs user information by username and prints it to the console.
multi_user_information_by_usernames.py Grabs information about multiple users by username and prints it to the console.
user_search.py Searches for users and prints 10 to the console.
group_information.py Grabs group information and prints it to the console.
place_information.py Grabs place information and prints it to the console. Requires authentication.
multi_place_information.py Grabs information about multiple places and prints it to the console.
asset_information.py Grabs asset information and prints it to the console.
badge_information.py Grabs badge information and prints it to the console.
plugin_information.py Grabs plugin information and prints it to the console.
multi_plugin_information.py Grabs information about multiple plugins and prints it to the console.
universe_information.py Grabs universe information and prints it to the console.
multi_universe_information.py Grabs information about multiple universes and prints it to the console.