-
Notifications
You must be signed in to change notification settings - Fork 43
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
Publish app builder API documentation #2347
Publish app builder API documentation #2347
Conversation
} | ||
|
||
attribute_map = { | ||
"app_version_id": "app_version_id", | ||
} | ||
|
||
def __init__(self_, app_version_id: Union[str, UnsetType] = unset, **kwargs): | ||
def __init__(self_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): | |
def __init__(self, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
@@ -30,14 +31,14 @@ def openapi_types(_): | |||
"type": "type", | |||
} | |||
|
|||
def __init__(self_, id: str, type: DeleteAppsResponseDataItemsType, **kwargs): | |||
def __init__(self_, id: UUID, type: DeleteAppsResponseDataItemsType, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, id: UUID, type: DeleteAppsResponseDataItemsType, **kwargs): | |
def __init__(self, id: UUID, type: DeleteAppsResponseDataItemsType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
@@ -34,17 +35,17 @@ def openapi_types(_): | |||
"type": "type", | |||
} | |||
|
|||
def __init__(self_, attributes: GetAppResponseDataAttributes, id: str, type: GetAppResponseDataType, **kwargs): | |||
def __init__(self_, attributes: GetAppResponseDataAttributes, id: UUID, type: GetAppResponseDataType, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, attributes: GetAppResponseDataAttributes, id: UUID, type: GetAppResponseDataType, **kwargs): | |
def __init__(self, attributes: GetAppResponseDataAttributes, id: UUID, type: GetAppResponseDataType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
@@ -30,14 +31,14 @@ def openapi_types(_): | |||
"type": "type", | |||
} | |||
|
|||
def __init__(self_, id: str, type: DeleteAppResponseDataType, **kwargs): | |||
def __init__(self_, id: UUID, type: DeleteAppResponseDataType, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, id: UUID, type: DeleteAppResponseDataType, **kwargs): | |
def __init__(self, id: UUID, type: DeleteAppResponseDataType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
@@ -30,14 +31,14 @@ def openapi_types(_): | |||
"type": "type", | |||
} | |||
|
|||
def __init__(self_, id: str, type: DeleteAppsRequestDataItemsType, **kwargs): | |||
def __init__(self_, id: UUID, type: DeleteAppsRequestDataItemsType, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, id: UUID, type: DeleteAppsRequestDataItemsType, **kwargs): | |
def __init__(self, id: UUID, type: DeleteAppsRequestDataItemsType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
@@ -30,14 +31,14 @@ def openapi_types(_): | |||
"type": "type", | |||
} | |||
|
|||
def __init__(self_, id: str, type: CreateAppResponseDataType, **kwargs): | |||
def __init__(self_, id: UUID, type: CreateAppResponseDataType, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, id: UUID, type: CreateAppResponseDataType, **kwargs): | |
def __init__(self, id: UUID, type: CreateAppResponseDataType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
attribute_map = { | ||
"app_version_id": "app_version_id", | ||
} | ||
|
||
def __init__(self_, app_version_id: Union[str, UnsetType] = unset, **kwargs): | ||
def __init__(self_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): | |
def __init__(self, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
attribute_map = { | ||
"app_version_id": "app_version_id", | ||
} | ||
|
||
def __init__(self_, app_version_id: Union[str, UnsetType] = unset, **kwargs): | ||
def __init__(self_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): | |
def __init__(self, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
@@ -35,18 +36,18 @@ def openapi_types(_): | |||
} | |||
|
|||
def __init__( | |||
self_, attributes: UpdateAppResponseDataAttributes, id: str, type: UpdateAppResponseDataType, **kwargs | |||
self_, attributes: UpdateAppResponseDataAttributes, id: UUID, type: UpdateAppResponseDataType, **kwargs |
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.
🔴 Code Quality Violation
self_, attributes: UpdateAppResponseDataAttributes, id: UUID, type: UpdateAppResponseDataType, **kwargs | |
self, attributes: UpdateAppResponseDataAttributes, id: UUID, type: UpdateAppResponseDataType, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
fb345ea
to
fcee14b
Compare
fcee14b
to
a5cd5ff
Compare
id: Union[str, UnsetType] = unset, | ||
type: Union[DeploymentRelationshipDataType, UnsetType] = unset, | ||
**kwargs, | ||
self_, id: Union[UUID, UnsetType] = unset, type: Union[AppDeploymentType, UnsetType] = unset, **kwargs |
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.
🔴 Code Quality Violation
self_, id: Union[UUID, UnsetType] = unset, type: Union[AppDeploymentType, UnsetType] = unset, **kwargs | |
self, id: Union[UUID, UnsetType] = unset, type: Union[AppDeploymentType, UnsetType] = unset, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, |
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.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
def __init__( | ||
self_, attributes: UpdateAppResponseDataAttributes, id: str, type: UpdateAppResponseDataType, **kwargs | ||
): | ||
def __init__(self_, attributes: UpdateAppResponseDataAttributes, id: UUID, type: AppDefinitionType, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, attributes: UpdateAppResponseDataAttributes, id: UUID, type: AppDefinitionType, **kwargs): | |
def __init__(self, attributes: UpdateAppResponseDataAttributes, id: UUID, type: AppDefinitionType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
type: CreateAppRequestDataType, | ||
attributes: Union[CreateAppRequestDataAttributes, UnsetType] = unset, | ||
**kwargs, | ||
self_, type: AppDefinitionType, attributes: Union[CreateAppRequestDataAttributes, UnsetType] = unset, **kwargs |
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.
🔴 Code Quality Violation
self_, type: AppDefinitionType, attributes: Union[CreateAppRequestDataAttributes, UnsetType] = unset, **kwargs | |
self, type: AppDefinitionType, attributes: Union[CreateAppRequestDataAttributes, UnsetType] = unset, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
attribute_map = { | ||
"data": "data", | ||
} | ||
|
||
def __init__(self_, data: Union[DeployAppResponseData, UnsetType] = unset, **kwargs): | ||
def __init__(self_, data: Union[Deployment, UnsetType] = unset, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, data: Union[Deployment, UnsetType] = unset, **kwargs): | |
def __init__(self, data: Union[Deployment, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
attribute_map = { | ||
"data": "data", | ||
} | ||
|
||
def __init__(self_, data: Union[DisableAppResponseData, UnsetType] = unset, **kwargs): | ||
def __init__(self_, data: Union[Deployment, UnsetType] = unset, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, data: Union[Deployment, UnsetType] = unset, **kwargs): | |
def __init__(self, data: Union[Deployment, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
attribute_map = { | ||
"app_version_id": "app_version_id", | ||
} | ||
|
||
def __init__(self_, app_version_id: Union[str, UnsetType] = unset, **kwargs): | ||
def __init__(self_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): | |
def __init__(self, app_version_id: Union[UUID, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
a5cd5ff
to
e79687a
Compare
} | ||
|
||
attribute_map = { | ||
"data": "data", | ||
} | ||
|
||
def __init__(self_, data: Union[InputSchemaData, UnsetType] = unset, **kwargs): | ||
def __init__(self_, data: Union[Deployment, UnsetType] = unset, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, data: Union[Deployment, UnsetType] = unset, **kwargs): | |
def __init__(self, data: Union[Deployment, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
attribute_map = { | ||
"data": "data", | ||
} | ||
|
||
def __init__(self_, data: Union[ScriptData, UnsetType] = unset, **kwargs): | ||
def __init__(self_, data: Union[Deployment, UnsetType] = unset, **kwargs): |
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.
🔴 Code Quality Violation
def __init__(self_, data: Union[Deployment, UnsetType] = unset, **kwargs): | |
def __init__(self, data: Union[Deployment, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
…-api-documentation
5433f75
to
9a1cade
Compare
…-api-documentation
87bd6e2
to
886f341
Compare
…-api-documentation
886f341
to
b4a5f4b
Compare
b4a5f4b
to
0e88ba6
Compare
* remove apps.feature * Regenerate client from commit c6ec55eb of spec repo --------- Co-authored-by: Oliver Li <oliver.li@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> d88953b
See DataDog/datadog-api-spec#3465
Test branch datadog-api-spec/test/oliver/-apps-2099-app-builder-api-documentation