mirror of
https://github.com/jlengrand/jetbrains-client-api-repository.git
synced 2026-03-10 08:31:24 +00:00
11 lines
350 B
Bash
Executable File
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
|