How do I import Xano Api Endpoints that don’t need all 5 get all, get, create, update, delete?
Example: Say I have a Places table, but I don’t want to GET all places or a single placed based on Place id.
Rather, I want to get Places that are in a certain country.
I have Xano endpoints for this, but Adalo isn’t letting me import them without having the full get all, get, create, update, delete… When I only have a single endpoint for this scenario.
@JL_LJ thanks for taking the time. I think I miscommunicated my question. A lot of my endpoints don’t need the full: get all, get, create, update, delete variations required by Adalo. I just need one endpoint imported to Adalo for a specific purpose.
Not following why you would care having the other endpoints there? As you can see they follow a {{id}} approach, that does not mean it is the same in XANO, just the way ADALO organizes the CRUD endpoints.
They are not going to be used anyway if you don’t create actions/lists.