Skip to content

Commit d0e6dc2

Browse files
add rust client via codegen (#221)
* add rust client via codegen * Use latest openapi-generator. Add post processing for all generated clients. * update dist config * regenerate * remove formatting * make auth required * update specs and regenerate
1 parent f5f8c3b commit d0e6dc2

116 files changed

Lines changed: 41482 additions & 18063 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[alias]
2+
get-member = "run -p iracing-data-api-client --example get_member --"

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,18 @@ packages/cli/bin/*.json
136136

137137
# SEA build directories
138138
build/
139+
140+
# Generated by Cargo
141+
# will have compiled files and executables
142+
/debug
143+
/target
144+
145+
# These are backup files generated by rustfmt
146+
**/*.rs.bk
147+
148+
# MSVC Windows builds of rustc generate these, which store debugging information
149+
*.pdb
150+
151+
# Generated by cargo mutants
152+
# Contains mutation testing data
153+
**/mutants.out*/

0 commit comments

Comments
 (0)