5060.yaml 308 B

1234567891011
  1. ---
  2. swagger: '2.0'
  3. info:
  4. title: Foobar Service
  5. description: '<br><p>Example of a simple GET request via curl with bearer HTTP Authentication:</p><pre>curl
  6. -X GET "https://foobar.com/stuff" -H "Accept: application/json" -H "Authorization:
  7. Bearer abc123.xyz.789"</pre>'
  8. version: '2.0'
  9. paths: {}