UNPKG

arela

Version:

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

51 lines (50 loc) 1.35 kB
info: description: API contract for monthly slice title: Monthly API version: 1.0.0 openapi: 3.0.0 paths: /monthly: get: description: Endpoint defined at line 49 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 monthly /monthly/generate: post: description: Endpoint defined at line 11 parameters: [] requestBody: content: application/json: schema: additionalProperties: true type: object 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: Create generate