-
Notifications
You must be signed in to change notification settings - Fork 20
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: Add client for Artifacts API #70
feat: Add client for Artifacts API #70
Conversation
Signed-off-by: Vigneshwaran Selvaraj <vigneshwaran.selvaraj@ni.com>
Signed-off-by: Vigneshwaran Selvaraj <vigneshwaran.selvaraj@ni.com>
Signed-off-by: Vigneshwaran Selvaraj <vigneshwaran.selvaraj@ni.com>
nisystemlink/clients/artifact/models/_upload_artifact_request.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Vigneshwaran Selvaraj <vigneshwaran.selvaraj@ni.com>
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.
All good, need an example script.
Signed-off-by: Vigneshwaran Selvaraj <vigneshwaran.selvaraj@ni.com>
@mure , @spanglerco , @cameronwaterman. Gentle remainder to review this PR |
@vignesh-ni I was out sick last week and have a bunch of reviews piled up. I should get to this tomorrow. |
Signed-off-by: Vigneshwaran Selvaraj <vigneshwaran.selvaraj@ni.com>
Signed-off-by: Vigneshwaran Selvaraj <vigneshwaran.selvaraj@ni.com>
@mure @spanglerco A gentle remainder to review the PR.. |
@vignesh-ni @Madhan-Reddy-ni I'm deferring to @mure's review, which he's already provided. If you need a re-review, there's a button at the top in the reviewers section to re-request a review: Not all of the code owners review every PR in this repo. |
@vignesh-ni Looks like the build is failing at the lint step |
Signed-off-by: Vigneshwaran Selvaraj <vigneshwaran.selvaraj@ni.com>
Signed-off-by: Vigneshwaran Selvaraj <vigneshwaran.selvaraj@ni.com>
a03a055
to
dd6a79d
Compare
TODO: Check the above box with an 'x' indicating you've read and followed CONTRIBUTING.md.
What does this Pull Request accomplish?
This PR adds client methods for all of the
artifacts
endpoints and testing for these endpoints.Why should this Pull Request be merged?
This is an client for artifact APIs and will enable users to more easily interact with that APIs.
What testing has been done?
Auto testing is included against NI's test tier.
API Link: Swagger-link