Files
jetbrains-client-api-reposi…/apis/openaq/runDocker.sh
Julien Lengrand-Lambert 6e94cbbad2 Adding OpenAQ
2024-03-07 16:42:19 +01:00

11 lines
350 B
Bash
Executable File

#!/bin/sh
# File comes from https://docs.openaq.org/docs/postman-collection
docker run --rm \
-v ${PWD}:/local julienlengrand/jetbrains-openapi-generator generate \
-i /local/spec.json \
-g jetbrains-http-client \
-o /local
# --additional-properties=customHeaders="X-API-Key: {{apiKey}}" \ // You need this to get past the rate limiting