Async-Microservice

 view release on metacpan or  search on metacpan

root/static/example_openapi.yaml  view on Meta::CPAN

    url: "http://example"
servers:
  - url: '/v1/'
  - url: 'http://localhost:8089/v1/'
paths:
  '/hcheck':
    get:
      description: 'Returns a 200 response and Perl package name as text when the service is available'
      responses:
        200:
          description: 'alive'
          content:
            'text/plain':
              example: "Service-name: async-microservice-time\nAPI-version: 1"
        405:
          $ref: '#/components/responses/Method-Not-Allowed'
components:
  responses:
    'Method-Not-Allowed':
      description: 'Method not allowed for this route.'
      headers:



( run in 1.021 second using v1.01-cache-2.11-cpan-df04353d9ac )