rescript-openapi 0.1.0

Generate type-safe ReScript clients from OpenAPI specifications
Documentation
openapi: "3.0.0"
info:
  version: 1.0.0
  title: DateTime API
paths: {}
components:
  schemas:
    Event:
      type: object
      properties:
        id:
          type: string
        timestamp:
          type: string
          format: date-time
        created_at:
          type: string
          format: date-time
        scheduled_for:
          type: string
          format: date