-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
294 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# flake8: noqa | ||
|
||
# import apis into api package | ||
from src.jaqpot_api_client.api.user_settings_api import UserSettingsApi | ||
from src.jaqpot_api_client.api.api_keys_api import ApiKeysApi | ||
from src.jaqpot_api_client.api.auth_api import AuthApi | ||
from src.jaqpot_api_client.api.dataset_api import DatasetApi | ||
from src.jaqpot_api_client.api.feature_api import FeatureApi | ||
from src.jaqpot_api_client.api.lead_api import LeadApi | ||
from src.jaqpot_api_client.api.model_api import ModelApi | ||
from src.jaqpot_api_client.api.organization_api import OrganizationApi | ||
from src.jaqpot_api_client.api.organization_invitation_api import OrganizationInvitationApi | ||
from src.jaqpot_api_client.api.user_api import UserApi | ||
from src.jaqpot_api_client.api.user_settings_api import UserSettingsApi | ||
from jaqpot_api_client.api.user_settings_api import UserSettingsApi | ||
from jaqpot_api_client.api.api_keys_api import ApiKeysApi | ||
from jaqpot_api_client.api.auth_api import AuthApi | ||
from jaqpot_api_client.api.dataset_api import DatasetApi | ||
from jaqpot_api_client.api.feature_api import FeatureApi | ||
from jaqpot_api_client.api.lead_api import LeadApi | ||
from jaqpot_api_client.api.model_api import ModelApi | ||
from jaqpot_api_client.api.organization_api import OrganizationApi | ||
from jaqpot_api_client.api.organization_invitation_api import OrganizationInvitationApi | ||
from jaqpot_api_client.api.user_api import UserApi | ||
from jaqpot_api_client.api.user_settings_api import UserSettingsApi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.