Asked by LetsRush on July 5, 2024
Is Twidget suitable for non‑coders? Can it help me create an API if I don't have developer access to my existing app?
Answered by Twidget
Yes — Twidget is suitable for non‑coders. Basic familiarity with API concepts (API keys, headers, parameters) is helpful, but you can create APIs without writing code.
Combining results from multiple external APIs into a single endpoint response
Yes. You can call multiple external APIs from a single Twidget endpoint, transform or combine their responses, and return the combined result from your endpoint.
Relational model support and external data connections
Twidget supports one‑to‑many and many‑to‑many relationships and provides model features to define them easily.
You can connect to external data sources via API connections; native external database connectors are being expanded. External data storage is not currently counted against Twidget...
Connecting a marketplace to WooCommerce
Integrate WooCommerce’s API with your Twidget API. Twidget can connect to multiple websites — there’s no inherent limit to how many sites you can connect.
Referencing function input values
Use the Concat command to combine text with an input variable (e.g., "Hi there, " + NAME).
Per‑user data access and authentication
Yes. Add a field to your datastore to store the user's _id when saving data. Then filter GET, PUT, and DELETE operations so they only affect records that match the authenticated user's id. This enforces per‑user access control.