vantage-api-client 0.5.7

Vantage extension for REST and GraphQL HTTP API backends
Documentation
name: users
columns:
  id:
    type: int
    flags: [id]
  name:
    type: string
    flags: [title]
  username:
    type: string
  email:
    type: string
  phone:
    type: string
  website:
    type: string
references:
  albums:
    table: albums
    kind: has_many
    foreign_key: userId