Namespace PlayUR.Core
Classes
PlayURLoginCanvas
Singleton in charge of displaying the login screen. GUI not actually used on the webpage, but allows standalone exes to integrate with the system. Login system on the webpage actually auto-logs in using some functions in this class.
Rest
Interface class used for communicating with the REST API on the server.
RestHistoryRecord
RestRequest
Represents a single queued request to be sent to the PlayUR server.
Enums
RestMethod
Used by the RestRequest class to categorise REST requests.
Delegates
Rest.ServerCallback
Generic callback delegate which is called when we get a request is completed (failed or otherwise).
Rest.ServerFileCallback
Generic callback delegate which is called when we get a request fpr a file is completed (failed or otherwise).