Includes authentication, data exchange (cards) through QR Code or unique code.
Endpoint
https://tree-rn-server.herokuapp.com/authentication/login-action
Parametri
{
username_email: string,
password: string
}
Endpoint
https://tree-rn-server.herokuapp.com/authentication/signup-action
Parametri
{
name: string,
surname: string,
email: string,
password: string,
password_confirmation: string,
username: string
}
Endpoint
https://tree-rn-server.herokuapp.com/refresh-token
Header
Authorization: <token>
Endpoint
https://tree-rn-server.herokuapp.com/refresh-portfolio-code
Header
Authorization: <token>
Endpoint
https://tree-rn-server.herokuapp.com/get-cards
Header
Authorization: <token>
Endpoint
https://tree-rn-server.herokuapp.com/move-card
Parametri
{
"card_id": integer,
"portfolio_code": string
}
Header
Authorization: <token>