Tiny Engine Web Service is a RESTful API responsible for providing data services, code generation services, and code release services to the front end. It does not directly operate on the database, ...
GET /hello Simple greeting endpoint GET /greeting?name=xxx Greeting with query parameter GET /user/{username} Retrieve user information POST /api/users Create new ...