Skip to content

Instantly share code, notes, and snippets.

View diamondsea's full-sized avatar

Brian Gallagher diamondsea

View GitHub Profile
@hn3000
hn3000 / algolia.swagger2.json
Created March 26, 2019 11:42
Algolia API (partial) as swagger 2.0
{
"$schema": "http://json.schemastore.org/swagger-2.0",
"swagger": "2.0",
"info": {
"title": "Swaggerized Algolia API",
"version": "1"
},
"basePath": "/1",
"schemes": [ "https" ],
"host": "${APPLICATION_ID}-dsn.algolia.net",