-
Notifications
You must be signed in to change notification settings - Fork 2
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
Release/v5.0 #25
Release/v5.0 #25
Conversation
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.
Thanks @AlexGherardelli, looks good! Just two small comments to look at before merging.
@@ -0,0 +1,7067 @@ | |||
{ |
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.
Are there any reasons why maybe we would prefer to not include the swagger flie
@@ -53,19 +53,21 @@ Please follow the [installation procedure](#installation--usage) and then run th | |||
|
|||
import data_bridges_client | |||
from data_bridges_client.rest import ApiException | |||
from data_bridges_client.token import |
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.
I think WfpApiToken
is missing here?
No description provided.