Skip to content
Draft

Meta #33

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ venv/
.venv/
.python-version
.pytest_cache
test.py
config.json

# Translations
*.mo
Expand Down
60 changes: 54 additions & 6 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,24 @@
.travis.yml
MergeATSClient/__init__.py
MergeATSClient/api/__init__.py
MergeATSClient/api/account_details_api.py
MergeATSClient/api/account_token_api.py
MergeATSClient/api/activities_api.py
MergeATSClient/api/applications_api.py
MergeATSClient/api/attachments_api.py
MergeATSClient/api/available_actions_api.py
MergeATSClient/api/candidates_api.py
MergeATSClient/api/delete_account_api.py
MergeATSClient/api/departments_api.py
MergeATSClient/api/eeocs_api.py
MergeATSClient/api/force_resync_api.py
MergeATSClient/api/generate_key_api.py
MergeATSClient/api/interviews_api.py
MergeATSClient/api/issues_api.py
MergeATSClient/api/job_interview_stages_api.py
MergeATSClient/api/jobs_api.py
MergeATSClient/api/link_token_api.py
MergeATSClient/api/linked_accounts_api.py
MergeATSClient/api/offers_api.py
MergeATSClient/api/offices_api.py
MergeATSClient/api/passthrough_api.py
Expand All @@ -31,18 +36,30 @@ MergeATSClient/configuration.py
MergeATSClient/exceptions.py
MergeATSClient/model/__init__.py
MergeATSClient/model/access_role_enum.py
MergeATSClient/model/account_details.py
MergeATSClient/model/account_details_and_actions.py
MergeATSClient/model/account_details_and_actions_integration.py
MergeATSClient/model/account_details_and_actions_status_enum.py
MergeATSClient/model/account_integration.py
MergeATSClient/model/account_token.py
MergeATSClient/model/activity.py
MergeATSClient/model/activity_type_enum.py
MergeATSClient/model/application.py
MergeATSClient/model/application_endpoint_request.py
MergeATSClient/model/application_request.py
MergeATSClient/model/application_response.py
MergeATSClient/model/attachment.py
MergeATSClient/model/attachment_endpoint_request.py
MergeATSClient/model/attachment_request.py
MergeATSClient/model/attachment_response.py
MergeATSClient/model/attachment_type_enum.py
MergeATSClient/model/available_actions.py
MergeATSClient/model/candidate.py
MergeATSClient/model/candidate_endpoint_request.py
MergeATSClient/model/candidate_request.py
MergeATSClient/model/candidate_response.py
MergeATSClient/model/categories_enum.py
MergeATSClient/model/category_enum.py
MergeATSClient/model/data_passthrough_request.py
MergeATSClient/model/department.py
MergeATSClient/model/disability_status_enum.py
Expand All @@ -51,24 +68,31 @@ MergeATSClient/model/email_address.py
MergeATSClient/model/email_address_request.py
MergeATSClient/model/email_address_type_enum.py
MergeATSClient/model/end_user_details_request.py
MergeATSClient/model/error_validation_problem.py
MergeATSClient/model/gender_enum.py
MergeATSClient/model/generate_remote_key_request.py
MergeATSClient/model/issue.py
MergeATSClient/model/issue_status_enum.py
MergeATSClient/model/job.py
MergeATSClient/model/job_interview_stage.py
MergeATSClient/model/job_status_enum.py
MergeATSClient/model/link_token.py
MergeATSClient/model/linked_account_status.py
MergeATSClient/model/meta_response.py
MergeATSClient/model/method_enum.py
MergeATSClient/model/model_operation.py
MergeATSClient/model/offer.py
MergeATSClient/model/offer_status_enum.py
MergeATSClient/model/office.py
MergeATSClient/model/overall_recommendation_enum.py
MergeATSClient/model/paginated_account_details_and_actions_list.py
MergeATSClient/model/paginated_activity_list.py
MergeATSClient/model/paginated_application_list.py
MergeATSClient/model/paginated_attachment_list.py
MergeATSClient/model/paginated_candidate_list.py
MergeATSClient/model/paginated_department_list.py
MergeATSClient/model/paginated_eeoc_list.py
MergeATSClient/model/paginated_issue_list.py
MergeATSClient/model/paginated_job_interview_stage_list.py
MergeATSClient/model/paginated_job_list.py
MergeATSClient/model/paginated_offer_list.py
Expand All @@ -90,44 +114,58 @@ MergeATSClient/model/remote_key.py
MergeATSClient/model/remote_key_for_regeneration_request.py
MergeATSClient/model/remote_response.py
MergeATSClient/model/remote_user.py
MergeATSClient/model/remote_user_request.py
MergeATSClient/model/request_format_enum.py
MergeATSClient/model/scheduled_interview.py
MergeATSClient/model/scheduled_interview_request.py
MergeATSClient/model/scheduled_interview_status_enum.py
MergeATSClient/model/scorecard.py
MergeATSClient/model/scorecard_request.py
MergeATSClient/model/sync_status.py
MergeATSClient/model/sync_status_status_enum.py
MergeATSClient/model/tag.py
MergeATSClient/model/url.py
MergeATSClient/model/url_request.py
MergeATSClient/model/url_type_enum.py
MergeATSClient/model/validation_problem_source.py
MergeATSClient/model/veteran_status_enum.py
MergeATSClient/model/visibility_enum.py
MergeATSClient/model/warning_validation_problem.py
MergeATSClient/model_utils.py
MergeATSClient/models/__init__.py
MergeATSClient/rest.py
README.md
docs/AccessRoleEnum.md
docs/AccountDetails.md
docs/AccountDetailsAndActions.md
docs/AccountDetailsAndActionsIntegration.md
docs/AccountDetailsAndActionsStatusEnum.md
docs/AccountDetailsApi.md
docs/AccountIntegration.md
docs/AccountToken.md
docs/AccountTokenApi.md
docs/ActivitiesApi.md
docs/Activity.md
docs/ActivityTypeEnum.md
docs/Application.md
docs/ApplicationEndpointRequest.md
docs/ApplicationRequest.md
docs/ApplicationResponse.md
docs/ApplicationsApi.md
docs/Attachment.md
docs/AttachmentEndpointRequest.md
docs/AttachmentRequest.md
docs/AttachmentResponse.md
docs/AttachmentTypeEnum.md
docs/AttachmentsApi.md
docs/AvailableActions.md
docs/AvailableActionsApi.md
docs/Candidate.md
docs/CandidateEndpointRequest.md
docs/CandidateRequest.md
docs/CandidateResponse.md
docs/CandidatesApi.md
docs/CategoriesEnum.md
docs/CategoryEnum.md
docs/DataPassthroughRequest.md
docs/DeleteAccountApi.md
docs/Department.md
docs/DepartmentsApi.md
docs/DisabilityStatusEnum.md
Expand All @@ -137,17 +175,25 @@ docs/EmailAddress.md
docs/EmailAddressRequest.md
docs/EmailAddressTypeEnum.md
docs/EndUserDetailsRequest.md
docs/ErrorValidationProblem.md
docs/ForceResyncApi.md
docs/GenderEnum.md
docs/GenerateKeyApi.md
docs/GenerateRemoteKeyRequest.md
docs/InterviewsApi.md
docs/Issue.md
docs/IssueStatusEnum.md
docs/IssuesApi.md
docs/Job.md
docs/JobInterviewStage.md
docs/JobInterviewStagesApi.md
docs/JobStatusEnum.md
docs/JobsApi.md
docs/LinkToken.md
docs/LinkTokenApi.md
docs/LinkedAccountStatus.md
docs/LinkedAccountsApi.md
docs/MetaResponse.md
docs/MethodEnum.md
docs/ModelOperation.md
docs/Offer.md
Expand All @@ -156,12 +202,14 @@ docs/OffersApi.md
docs/Office.md
docs/OfficesApi.md
docs/OverallRecommendationEnum.md
docs/PaginatedAccountDetailsAndActionsList.md
docs/PaginatedActivityList.md
docs/PaginatedApplicationList.md
docs/PaginatedAttachmentList.md
docs/PaginatedCandidateList.md
docs/PaginatedDepartmentList.md
docs/PaginatedEEOCList.md
docs/PaginatedIssueList.md
docs/PaginatedJobInterviewStageList.md
docs/PaginatedJobList.md
docs/PaginatedOfferList.md
Expand All @@ -186,12 +234,10 @@ docs/RemoteKey.md
docs/RemoteKeyForRegenerationRequest.md
docs/RemoteResponse.md
docs/RemoteUser.md
docs/RemoteUserRequest.md
docs/RequestFormatEnum.md
docs/ScheduledInterview.md
docs/ScheduledInterviewRequest.md
docs/ScheduledInterviewStatusEnum.md
docs/Scorecard.md
docs/ScorecardRequest.md
docs/ScorecardsApi.md
docs/SyncStatus.md
docs/SyncStatusApi.md
Expand All @@ -202,8 +248,10 @@ docs/Url.md
docs/UrlRequest.md
docs/UrlTypeEnum.md
docs/UsersApi.md
docs/ValidationProblemSource.md
docs/VeteranStatusEnum.md
docs/VisibilityEnum.md
docs/WarningValidationProblem.md
git_push.sh
requirements.txt
setup.cfg
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.1
5.3.0
2 changes: 1 addition & 1 deletion MergeATSClient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = "1.2.0"
__version__ = "1.0.0"

# import ApiClient
from MergeATSClient.api_client import ApiClient
Expand Down
129 changes: 64 additions & 65 deletions MergeATSClient/api/account_details_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,69 +36,7 @@ def __init__(self, api_client=None):
if api_client is None:
api_client = ApiClient()
self.api_client = api_client

def __account_details_retrieve(
self,
**kwargs
):
"""account_details_retrieve # noqa: E501

Get details for a linked account. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True

>>> thread = api.account_details_retrieve(async_req=True)
>>> result = thread.get()


Keyword Args:
_return_http_data_only (bool): response data without head status
code and headers. Default is True.
_preload_content (bool): if False, the urllib3.HTTPResponse object
will be returned without reading/decoding response data.
Default is True.
_request_timeout (float/tuple): timeout setting for this request. If one
number provided, it will be total request timeout. It can also
be a pair (tuple) of (connection, read) timeouts.
Default is None.
_check_input_type (bool): specifies if type checking
should be done one the data sent to the server.
Default is True.
_check_return_type (bool): specifies if type checking
should be done one the data received from the server.
Default is True.
_host_index (int/None): specifies the index of the server
that we want to use.
Default is read from the configuration.
async_req (bool): execute request asynchronously

Returns:
AccountDetails
If the method is called asynchronously, returns the request
thread.
"""
kwargs['async_req'] = kwargs.get(
'async_req', False
)
kwargs['_return_http_data_only'] = kwargs.get(
'_return_http_data_only', True
)
kwargs['_preload_content'] = kwargs.get(
'_preload_content', True
)
kwargs['_request_timeout'] = kwargs.get(
'_request_timeout', None
)
kwargs['_check_input_type'] = kwargs.get(
'_check_input_type', True
)
kwargs['_check_return_type'] = kwargs.get(
'_check_return_type', True
)
kwargs['_host_index'] = kwargs.get('_host_index')
return self.call_with_http_info(**kwargs)

self.account_details_retrieve = _Endpoint(
self.account_details_retrieve_endpoint = _Endpoint(
settings={
'response_type': (AccountDetails,),
'auth': [
Expand Down Expand Up @@ -140,6 +78,67 @@ def __account_details_retrieve(
],
'content_type': [],
},
api_client=api_client,
callable=__account_details_retrieve
api_client=api_client
)

def account_details_retrieve(
self,
**kwargs
):
"""account_details_retrieve # noqa: E501

Get details for a linked account. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True

>>> thread = api.account_details_retrieve(async_req=True)
>>> result = thread.get()


Keyword Args:
_return_http_data_only (bool): response data without head status
code and headers. Default is True.
_preload_content (bool): if False, the urllib3.HTTPResponse object
will be returned without reading/decoding response data.
Default is True.
_request_timeout (int/float/tuple): timeout setting for this request. If
one number provided, it will be total request timeout. It can also
be a pair (tuple) of (connection, read) timeouts.
Default is None.
_check_input_type (bool): specifies if type checking
should be done one the data sent to the server.
Default is True.
_check_return_type (bool): specifies if type checking
should be done one the data received from the server.
Default is True.
_host_index (int/None): specifies the index of the server
that we want to use.
Default is read from the configuration.
async_req (bool): execute request asynchronously

Returns:
AccountDetails
If the method is called asynchronously, returns the request
thread.
"""
kwargs['async_req'] = kwargs.get(
'async_req', False
)
kwargs['_return_http_data_only'] = kwargs.get(
'_return_http_data_only', True
)
kwargs['_preload_content'] = kwargs.get(
'_preload_content', True
)
kwargs['_request_timeout'] = kwargs.get(
'_request_timeout', None
)
kwargs['_check_input_type'] = kwargs.get(
'_check_input_type', True
)
kwargs['_check_return_type'] = kwargs.get(
'_check_return_type', True
)
kwargs['_host_index'] = kwargs.get('_host_index')
return self.account_details_retrieve_endpoint.call_with_http_info(**kwargs)

Loading