UNPKG

arela

Version:

AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.

64 lines (63 loc) 1.69 kB
info: description: API contract for user slice title: User API version: 1.0.0 openapi: 3.0.0 paths: /users/: get: description: Endpoint defined at line 692 parameters: [] responses: 200: content: application/json: schema: additionalProperties: true type: object description: Successful response 400: description: Bad Request 404: description: Not Found 500: description: Internal Server Error summary: Get users /users/me: get: description: Endpoint defined at line 349 parameters: [] responses: 200: content: application/json: schema: additionalProperties: true type: object description: Successful response 400: description: Bad Request 404: description: Not Found 500: description: Internal Server Error summary: Get me /users/me/items/: get: description: Endpoint defined at line 2354 parameters: [] responses: 200: content: application/json: schema: additionalProperties: true type: object description: Successful response 400: description: Bad Request 404: description: Not Found 500: description: Internal Server Error summary: Get items