Structsยง
Functionsยง
- _add_
routes - Add a route for each controller in this module.
- delete_
playground_ ๐example - DELETE
/api/v0/main-frontend/playground_examples- Deletes a playground example if exists. - get_
playground_ ๐examples - GET
/api/v0/main-frontend/playground_examples- Returns all playground examples that are not deleted. - insert_
playground_ ๐example - POST
/api/v0/main-frontend/playground_examples- Saves a playground example. - update_
playground_ ๐example - PUT
/api/v0/main-frontend/playground_examples- Updates existing playground example.