File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ npx --yes @openapitools/openapi-generator-cli \
1616 -g go \
1717 --additional-properties=packageVersion=" $SDK_VERSION " \
1818 --config ./src/api/openapi-generator-config.json \
19- -i ./src/OAS/src/v2 /spec.yaml \
19+ -i ./src/OAS/src/api /spec.yaml \
2020 -o ./generated/neynar_sdk \
2121 --openapi-normalizer ' SIMPLIFY_ONEOF_ANYOF=false' \
2222 --inline-schema-options ' SKIP_SCHEMA_REUSE=true' \
@@ -43,7 +43,7 @@ npx --yes @openapitools/openapi-generator-cli \
4343 -g go \
4444 --additional-properties=packageVersion=" $SDK_VERSION " \
4545 --config ./src/hub-api/openapi-generator-config.json \
46- -i ./src/OAS/src/hub-rest- api/spec.yaml \
46+ -i ./src/OAS/src/hub-api/spec.yaml \
4747 -o ./generated/neynar_hub_sdk \
4848 --openapi-normalizer ' SIMPLIFY_ONEOF_ANYOF=false' \
4949 --inline-schema-options ' SKIP_SCHEMA_REUSE=true' \
You can’t perform that action at this time.
0 commit comments