Mify is an Open Source CLI tool that provides code generation across your Git repository and a specialized NoOps cloud platform designed to host your services.
openapi: "3.0.0"
...
paths:
/handler:
get:
summary: Sample Handler
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HandlerResponse'
components:
schemas:
HandlerResponse:
type: object
properties:
value:
type: string
required:
- value
We use OpenAPI to connect services and frontends. With it requests to API look and feel like local function call, but under surface Mify generates a powerful client with clear logging and metrics.
With our Cloud you can deploy and manage services without writing any configuration, everything that you need, including logs, metrics, service mesh and configuration is provided.
© Copyright 2023 Mify