Setup Step 4: Backend Requests
Fast uses a non-standard, polymorphic API. As our product grows and changes, many new features will be added to the API. As such, we have built it in such a way that customer's may opt-in to new features with minimal friction.
| REST VERB | API_URL | Link |
|---|---|---|
| POST | /fast/v1/create | Docs |
| POST | /fast/v1/read | Docs |
| POST | /fast/v1/update | Docs |
| POST | /fast/v1/delete | Docs |