Hi,
I am trying to set up the connection from my AppGyver app to a Xano backend. I have set it up with authentication. I have tested the API endpoints in Xano and they work.
https://xxxx-xxx-twmt.xx.xano.io/api:XXXXXXXX/auth/login
How do I create my data resource for this? I haven’t been able to find a simple example for this.
I see I need to connect to the auth/login POST method first to get the authentication token. The endpoint does not have any parameters but the information below needs to be in the request body. How do I put this information into the request body?
{
“email”: “user@example.com”,
“password”: “string”
}
Any advice or pointers would be appreciated.
Regards, Martin.