openapi-client-generator 0.1.9

Generates a client library based on an OpenAPI spec.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
date_created:
  type: string
  format: date-time
  description: A timestamp in ISO 8601 format of the date the resource was created.

date_modified:
  type: string
  format: date-time
  description: A timestamp in ISO 8601 format of the date the resource was last modified.

date_deleted:
  type: string
  format: date-time
  description: A timestamp in ISO 8601 format of the date the resource was deleted.