Skip to content

Commit

Permalink
feat: api
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Holloway authored and Matthew Holloway committed Oct 11, 2024
1 parent 9a92645 commit 08ad95e
Show file tree
Hide file tree
Showing 5 changed files with 1,242 additions and 24 deletions.
2 changes: 2 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ logs
.env
.env.*
!.env.example

generated
18 changes: 18 additions & 0 deletions client/openapitools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.9.0",
"generators": {
"rfced-www": {
"generatorName": "typescript-fetch",
"inputSpec": "#{cwd}/rfced_www_api.yaml",
"output": "#{cwd}/generated/rfced_www_client",
"additionalProperties": {
"packageName": "rfced_www_client",
"disallowAdditionalPropertiesIfNotPresent": false
}
}
}
}
}
Loading

0 comments on commit 08ad95e

Please sign in to comment.