Sha256: f0a69ec9e1a39d456bdd403cd6a1f5419ae71c462dc29a05ddfa0bf219af98ad

Contents?: true

Size: 1.45 KB

Versions: 4

Compression:

Stored size: 1.45 KB

Contents

{
  "swagger": "2.0",

  "info": {
    "title": "Mandrill",
    "version": "1.0"
  },

  "x-base-host": "harvestapp.com",

  "basePath": "/",

  "schemes": ["https"],

  "produces": ["application/json", "application/xml"],

  "securityDefinitions": {
    "oauth2": {
      "type": "oauth2",
      "flow": "accessCode",
      "authorizationUrl": "/oauth2/authorize",
      "tokenUrl": "/oauth2/token",
      "scopes": {}
    }
  },

  "security": [
    {
      "oauth2": []
    }
  ],

  "paths": {
    "/invoices": {
      "get": {
        "summary": "List invoices",
        "operationId": "invoiceList",
        "parameters": [{
          "name": "page",
          "type": "integer",
          "in": "query"
        },{
          "name": "from",
          "type": "string",
          "in": "query",
          "x-date-format": "%Y%m%d"
        },{
          "name": "to",
          "type": "string",
          "in": "query",
          "x-date-format": "%Y%m%d"
        },{
          "name": "updated_since",
          "type": "string",
          "in": "query",
          "x-date-format": "%Y-%m-%d %H:%M"
        },{
          "name": "status",
          "type": "string",
          "in": "query",
          "enum": [
            "open",
            "partial",
            "draft",
            "paid",
            "unpaid",
            "pastdue"
          ]
        },{
          "name": "client",
          "type": "integer",
          "in": "query"
        }]
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
apiture-0.2.6 spec/files/harvest.json
apiture-0.2.5 spec/files/harvest.json
apiture-0.2.4 spec/files/harvest.json
apiture-0.2.3 spec/files/harvest.json