-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ci): integrates stainless client lib gen into ci #644
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Continue to review full report in Codecov by Sentry.
🚨 Try these New Features:
|
3b1a94d
to
918de34
Compare
bb1e123
to
4f88f0b
Compare
77a9d2f
to
33646e1
Compare
4f88f0b
to
ee28e08
Compare
430ce5a
to
676d93d
Compare
94b3709
to
0c177a9
Compare
fb69240
to
f41b31a
Compare
88dfcc0
to
d43aa2c
Compare
d43aa2c
to
6f8d63b
Compare
Generating a new client sdk should only happen on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will there be any issue if we move all changes to the source files to #663 and only keep the yaml files in this PR? I think that looks cleaner.
dacb60f
to
ed18ad5
Compare
Done |
ed18ad5
to
716333c
Compare
6f8d63b
to
97bf95b
Compare
97bf95b
to
838594a
Compare
Context
This PR sets up Stainless Github Action to automatically generate the client library and push changes to
jstz-client
repo. The auto generated bindings will be useful as we continue to evolve the Jstz node endpoints and communication bindings.Generated code: https://github.com/jstz-dev/jstz-client
Description
Evaluation
Evaluation doc: https://docs.google.com/document/d/1kU_xjPYoHaqgmewAZlJDpkJ25FTNnccq8Wb88YQhcFk/edit?usp=sharing
Fetch
can be mockedManually testing the PR