Sha256: 5adbfaea78fd5c5021360cdfa44b41cddc3b1b177ea53b5903830d564305562a

Contents?: true

Size: 1.63 KB

Versions: 8

Compression:

Stored size: 1.63 KB

Contents

{
  "swagger": "2.0",

  "info": {
    "title": "Honeybadger",
    "description": "Honeybadger Read API v1",
    "version": "1"
  },

  "host": "api.honeybadger.io",

  "basePath": "/v1",

  "schemes": ["https"],

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

  "paths": {
    "/projects/{projectId}/faults": {
      "get": {
        "summary": "Returns a list of faults for the given project",
        "externalDocs": {
          "url": "https://www.honeybadger.io/documentation/read_api"
        },
        "operationId": "getFaults",
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query"
          }
        ]
      }
    },
    "/projects/{projectId}/faults/{faultId}/notices": {
      "get": {
        "summary": "Returns a list of notices for the given fault",
        "externalDocs": {
          "url": "https://www.honeybadger.io/documentation/read_api"
        },
        "operationId": "getNotices",
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "type": "string"
          },
          {
            "name": "faultId",
            "in": "path",
            "required": true,
            "type": "string"
          },
          {
            "name": "page",
            "in": "query"
          }
        ]
      }
    }
  },

  "securityDefinitions": {
    "authToken": {
      "type": "apiKey",
      "name": "auth_token",
      "in": "query"
    }
  },

  "security": {
    "authToken": []
  }
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
apiture-0.2.2 spec/files/honeybadger.json
apiture-0.2.1 spec/files/honeybadger.json
apiture-0.2.0 spec/files/honeybadger.json
diesel-api-dsl-0.1.5 spec/files/honeybadger.json
diesel-api-dsl-0.1.3 spec/files/honeybadger.json
diesel-api-dsl-0.1.2 spec/files/honeybadger.json
diesel-api-dsl-0.1.1 spec/files/honeybadger.json
diesel-api-dsl-0.1.0 spec/files/honeybadger.json