Async-Microservice

 view release on metacpan or  search on metacpan

root/static/async-microservice-time_openapi.yaml  view on Meta::CPAN

  '/datetime/span/{s_date}':
    get:
      description: 'Returns time span between now and start date + years period in different units'
      parameters:
        - name: s_date
          in: path
          description: start date in format YYYYMMDD or "now"
          required: true
          schema:
            type: string
            example: 20010924
        - name: r_age
          in: query
          description: date span in years
          required: false
          schema:
            type: number
            default: 65
            minimum: 1
            maximum: 200
        - name: m_income

root/static/edit.html  view on Meta::CPAN


      <symbol viewBox="0 0 20 20" id="large-arrow">
        <path d="M13.25 10L6.109 2.58c-.268-.27-.268-.707 0-.979.268-.27.701-.27.969 0l7.83 7.908c.268.271.268.709 0 .979l-7.83 7.908c-.268.271-.701.27-.969 0-.268-.269-.268-.707 0-.979L13.25 10z"/>
      </symbol>

      <symbol viewBox="0 0 20 20" id="large-arrow-down">
        <path d="M17.418 6.109c.272-.268.709-.268.979 0s.271.701 0 .969l-7.908 7.83c-.27.268-.707.268-.979 0l-7.908-7.83c-.27-.268-.27-.701 0-.969.271-.268.709-.268.979 0L10 13.25l7.418-7.141z"/>
      </symbol>


      <symbol viewBox="0 0 24 24" id="jump-to">
        <path d="M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z"/>
      </symbol>

      <symbol viewBox="0 0 24 24" id="expand">
        <path d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"/>
      </symbol>

    </defs>
  </svg>

</body>

</html>



( run in 0.395 second using v1.01-cache-2.11-cpan-88abd93f124 )