Welcome to FireflyAPI’s documentation!¶
-
class
FireflyAPI.AuthenticatedUser(auth_blob)¶ The AuthenticatedUser object uses an integration to authenticate and perform actions as a user. :param auth_blob: This is generated by the UserIntegration class, and is used to authenticate as a user. :type auth_blob: str
-
get_messages()¶ This method gets all the messages you have been sent by your teachers. :returns: An array of messages. :rtype: array [Message Object]
-
get_session_token()¶ This methods gets a session token in order to log in to the school’s Firefly website as the user :returns: The ASP.NET_SessionID cookie. :rtype: str
-