Hello everyone
I am learning Azure, So after finishing my XamContact app, to work perfectly with SQLite
I decided to Integrate Azure, I already did all the CRUD operation methods, but I get an error when trying to insert in the People table
][1]][1]
As you can see I have a People table, but for some reason, when trying to get something out via Postman, I get an error
https://github.com/eduardoagr/XamContact // here is my code
So I don't know if I am calling the wrong table
here is my ASP web
https://github.com/eduardoagr/Azure
What I don't understand is that if my table is name people, why if I put people in Postman it doesn't get it, but if I put http://xamxontacts.azurewebsites.net/tables/person?ZUMO-API-VERSION=2.0.0 I can get
If you see, I have a people table
people, but when I put it in postman, I get an ERROR