Class notix.notix_api.ResponseParser
Intakes requests.Response Objects and returns formatted response.
Methods Available
Str representation of requests object
notix.notix_api.ResponseParser.str
__str__string representation of response objectparametersNonereturns- str Response of your requests
Response Parser
notix.notix_api.ResponseParser.parse
parseParse Responseparameters- Nonereturns- dict object with two parametersstatus_codeandmessage.