Skip to main content

API Generation

Once a table is created, EazeMyAPI automatically generates REST APIs. Example for a Users table: GET /users POST /users GET /users/ PUT /users/ DELETE /users/ These APIs allow your application to:
  • fetch data
  • insert records
  • update information
  • delete records
No backend coding is required.