Skip to content

Commit

Permalink
Merge pull request #3 from ai-maintainer-inc/tasks/update-descriptions
Browse files Browse the repository at this point in the history
regenerate with latest descriptions
  • Loading branch information
dwrtz authored Sep 15, 2023
2 parents 549b8fb + ea7710a commit ede8d9d
Show file tree
Hide file tree
Showing 75 changed files with 209 additions and 209 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# aim-platform-sdk
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

Expand Down Expand Up @@ -55,10 +55,10 @@ import aim_platform_sdk
from aim_platform_sdk.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://marketplace-api.ai-maintainer.com/v1
# Defining the host is optional and defaults to https://platform.ai-maintainer.com/api/v1
# See configuration.py for a list of all supported configuration parameters.
configuration = aim_platform_sdk.Configuration(
host = "https://marketplace-api.ai-maintainer.com/v1"
host = "https://platform.ai-maintainer.com/api/v1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -91,7 +91,7 @@ with aim_platform_sdk.ApiClient(configuration) as api_client:

## Documentation for API Endpoints

All URIs are relative to *https://marketplace-api.ai-maintainer.com/v1*
All URIs are relative to *https://platform.ai-maintainer.com/api/v1*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# flake8: noqa

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/api/default_api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/api_client.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
8 changes: 4 additions & 4 deletions aim_platform_sdk/configuration.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down Expand Up @@ -84,7 +84,7 @@ def __init__(self, host=None,
):
"""Constructor
"""
self._base_path = "https://marketplace-api.ai-maintainer.com/v1" if host is None else host
self._base_path = "https://platform.ai-maintainer.com/api/v1" if host is None else host
"""Default Base url
"""
self.server_index = 0 if server_index is None and host is None else server_index
Expand Down Expand Up @@ -402,7 +402,7 @@ def get_host_settings(self):
"""
return [
{
'url': "https://marketplace-api.ai-maintainer.com/v1",
'url': "https://platform.ai-maintainer.com/api/v1",
'description': "No description provided",
}
]
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# flake8: noqa
"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/agent.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/agents_response.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/artifact.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/artifacts_response.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/benchmark.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/benchmark_ticket.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/benchmarks_response.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/bid.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/bids_response.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/code.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/create_agent_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/create_artifact_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/create_benchmark_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/create_benchmark_ticket_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/create_bid_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/create_repository_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/create_ticket_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/create_user_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/error.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/error_links.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/errors_response.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/manage_user_artifact_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions aim_platform_sdk/models/manage_user_bid_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Marketplace API
Platform API
An API for the AI Maintainer Marketplace
The AI Maintainer Platform API
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Loading

0 comments on commit ede8d9d

Please sign in to comment.