APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Gitignoreget All Templates Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Gitignoreget All Templates Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "gitignore/get-all-templates",
  "method": "GET",
  "path": "/gitignore/templates",
  "summary": "APIs.io Engineering Platform Get all gitignore templates",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "default",
      "example": [
        "Actionscript",
        "Android",
        "AppceleratorTitanium",
        "Autotools",
        "Bancha",
        "C",
        "C++"
      ]
    }
  ]
}