EquinoxRequester
The EquinoxRequester class is useful to communicate with backend based on the SpringBoot framework with the requests pre-implemented
Author
N7ghtm4r3 - Tecknobit
Since
1.0.6
Parameters
The host address where is running the backend
The user identifier
The user token
Whether the requester is still in development and who is developing needs the log of the requester's workflow, if it is enabled all the details of the requests sent and the errors occurred will be printed in the console
Time to keep alive request then throw the connection refused error
The error to send when a connection error occurred
Whether bypass the SSL certificates validation, this for example when is a self-signed the certificate USE WITH CAUTION
Constructors
Properties
Functions
Method used to assemble the endpoint to make the request to the custom controllers
Method used to assemble the endpoint to make the request to the users controller
Method used to request the to change the email of the user
Method used to change, during the runtime for example when the session changed, the host address to make the requests
Method used to request the to change the language of the user
Method used to request the to change the password of the user
Method used to request the to change the profile pic of the user
Method used to request the to delete the account of the user
Method used to request the dynamic data of the user
Method used to create the payload for the signIn request.