Skip to main content

SmartyMeet Dev03 API REST

Project description

smartytalent-client

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.1
  • Package version: 1.0.0
  • Generator version: 7.21.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://help.smartymeet.com

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import smartytalent_client

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import smartytalent_client

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import smartytalent_client
from smartytalent_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.dev03-smartymeet.com
# See configuration.py for a list of all supported configuration parameters.
configuration = smartytalent_client.Configuration(
    host = "https://api.dev03-smartymeet.com"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure API key authorization: ApiKeyAuth
configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]

# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['ApiKeyAuth'] = 'Bearer'

configuration.access_token = os.environ["ACCESS_TOKEN"]


# Enter a context with an instance of the API client
with smartytalent_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = smartytalent_client.ActionsApi(api_client)

    try:
        # Create Action
        api_instance.create_action()
    except ApiException as e:
        print("Exception when calling ActionsApi->create_action: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.dev03-smartymeet.com

Class Method HTTP request Description
ActionsApi create_action POST /v1/actions Create Action
ActionsApi delete_action DELETE /v1/actions/{actionId} Delete Action
ActionsApi list_actions GET /v1/actions List Actions
ActionsApi show_action GET /v1/actions/{actionId} Show Action
ActionsApi update_action PATCH /v1/actions/{actionId} Update Action
AdsApi ad_options OPTIONS /v1/ads/{adId} Ad Options
AdsApi ads_options OPTIONS /v1/ads Ads Options
AdsApi create_ad POST /v1/ads Create Ad
AdsApi delete_ad DELETE /v1/ads/{adId} Delete Ad
AdsApi list_ads GET /v1/ads List Ads
AdsApi show_ad GET /v1/ads/{adId} Show Ad
AdsApi update_ad PATCH /v1/ads/{adId} Update Ad
ApikeysApi apikey_options OPTIONS /v1/apikeys/{apikeyId} Apikey Options
ApikeysApi apikeys_options OPTIONS /v1/apikeys Apikeys Options
ApikeysApi create_apikey POST /v1/apikeys Create Apikey
ApikeysApi delete_apikey DELETE /v1/apikeys/{apikeyId} Delete Apikey
ApikeysApi list_apikeys GET /v1/apikeys List Apikeys
ApikeysApi show_apikey GET /v1/apikeys/{apikeyId} Show Apikey
ApikeysApi update_apikey PATCH /v1/apikeys/{apikeyId} Update Apikey
AssessmentsApi assessment_options OPTIONS /v1/assessments/{assessmentId} Assessment Options
AssessmentsApi assessments_options OPTIONS /v1/assessments Assessments Options
AssessmentsApi create_assessment POST /v1/assessments Create Assessment
AssessmentsApi delete_assessment DELETE /v1/assessments/{assessmentId} Delete Assessment
AssessmentsApi list_assessments GET /v1/assessments List Assessments
AssessmentsApi show_assessment GET /v1/assessments/{assessmentId} Show Assessment
AssessmentsApi update_assessment PATCH /v1/assessments/{assessmentId} Update Assessment
BrowsersApi browser_options OPTIONS /v1/browsers/{browserId} Browser Options
BrowsersApi browsers_options OPTIONS /v1/browsers Browsers Options
BrowsersApi create_browser POST /v1/browsers Create Browser
BrowsersApi delete_browser DELETE /v1/browsers/{browserId} Delete Browser
BrowsersApi list_browsers GET /v1/browsers List Browsers
BrowsersApi show_browser GET /v1/browsers/{browserId} Show Browser
BrowsersApi update_browser PATCH /v1/browsers/{browserId} Update Browser
CallsApi call_options OPTIONS /v1/calls/{callId} Call Options
CallsApi calls_options OPTIONS /v1/calls Calls Options
CallsApi create_call POST /v1/calls Create Call
CallsApi delete_call DELETE /v1/calls/{callId} Delete Call
CallsApi list_calls GET /v1/calls List Calls
CallsApi show_call GET /v1/calls/{callId} Show Call
CallsApi update_call PATCH /v1/calls/{callId} Update Call
CandidatesApi candidate_jobs_options OPTIONS /v1/candidates/{candidateId}/jobs Candidate Jobs Options
CandidatesApi candidate_jobs_relationships_options OPTIONS /v1/candidates/{candidateId}/relationships/jobs Candidate Jobs Relationships Options
CandidatesApi candidate_options OPTIONS /v1/candidates/{candidateId} Candidate Options
CandidatesApi candidate_talents_options OPTIONS /v1/candidates/{candidateId}/talents Candidate Talents Options
CandidatesApi candidate_talents_relationships_options OPTIONS /v1/candidates/{candidateId}/relationships/talents Candidate Talents Relationships Options
CandidatesApi candidates_options OPTIONS /v1/candidates Candidates Options
CandidatesApi create_candidate POST /v1/candidates Create Candidate
CandidatesApi delete_candidate DELETE /v1/candidates/{candidateId} Delete Candidate
CandidatesApi list_candidate_jobs GET /v1/candidates/{candidateId}/jobs List Candidate Jobs
CandidatesApi list_candidate_jobs_relationship GET /v1/candidates/{candidateId}/relationships/jobs List Candidate Jobs Relationship
CandidatesApi list_candidate_talents GET /v1/candidates/{candidateId}/talents List Candidate Talents
CandidatesApi list_candidate_talents_relationship GET /v1/candidates/{candidateId}/relationships/talents List Candidate Talents Relationship
CandidatesApi list_candidates GET /v1/candidates List Candidates
CandidatesApi show_candidate GET /v1/candidates/{candidateId} Show Candidate
CandidatesApi update_candidate PATCH /v1/candidates/{candidateId} Update Candidate
ChatsApi chat_options OPTIONS /v1/chats/{chatId} Chat Options
ChatsApi chats_options OPTIONS /v1/chats Chats Options
ChatsApi create_chat POST /v1/chats Create Chat
ChatsApi delete_chat DELETE /v1/chats/{chatId} Delete Chat
ChatsApi list_chats GET /v1/chats List Chats
ChatsApi show_chat GET /v1/chats/{chatId} Show Chat
ChatsApi update_chat PATCH /v1/chats/{chatId} Update Chat
ConversationsApi conversation_options OPTIONS /v1/conversations/{conversationId} Conversation Options
ConversationsApi conversations_options OPTIONS /v1/conversations Conversations Options
ConversationsApi create_conversation POST /v1/conversations Create Conversation
ConversationsApi delete_conversation DELETE /v1/conversations/{conversationId} Delete Conversation
ConversationsApi list_conversations GET /v1/conversations List Conversations
ConversationsApi show_conversation GET /v1/conversations/{conversationId} Show Conversation
ConversationsApi update_conversation PATCH /v1/conversations/{conversationId} Update Conversation
EmailsApi create_email POST /v1/emails Create Email
EmailsApi delete_email DELETE /v1/emails/{emailId} Delete Email
EmailsApi email_options OPTIONS /v1/emails/{emailId} Email Options
EmailsApi emails_options OPTIONS /v1/emails Emails Options
EmailsApi list_emails GET /v1/emails List Emails
EmailsApi show_email GET /v1/emails/{emailId} Show Email
EmailsApi update_email PATCH /v1/emails/{emailId} Update Email
FilesApi create_file POST /v1/files Create File
FilesApi delete_file DELETE /v1/files/{fileId} Delete File
FilesApi file_options OPTIONS /v1/files/{fileId} File Options
FilesApi files_options OPTIONS /v1/files Files Options
FilesApi list_files GET /v1/files List Files
FilesApi show_file GET /v1/files/{fileId} Show File
FilesApi update_file PATCH /v1/files/{fileId} Update File
FindersApi create_finder POST /v1/finders Create Finder
FindersApi delete_finder DELETE /v1/finders/{finderId} Delete Finder
FindersApi finder_options OPTIONS /v1/finders/{finderId} Finder Options
FindersApi finders_options OPTIONS /v1/finders Finders Options
FindersApi list_finders GET /v1/finders List Finders
FindersApi show_finder GET /v1/finders/{finderId} Show Finder
FindersApi update_finder PATCH /v1/finders/{finderId} Update Finder
FormsApi create_form POST /v1/forms Create Form
FormsApi delete_form DELETE /v1/forms/{formId} Delete Form
FormsApi form_options OPTIONS /v1/forms/{formId} Form Options
FormsApi forms_options OPTIONS /v1/forms Forms Options
FormsApi list_forms GET /v1/forms List Forms
FormsApi show_form GET /v1/forms/{formId} Show Form
FormsApi update_form PATCH /v1/forms/{formId} Update Form
JobsApi create_job POST /v1/jobs Create Job
JobsApi delete_job DELETE /v1/jobs/{jobId} Delete Job
JobsApi job_candidates_options OPTIONS /v1/jobs/{jobId}/candidates Job Candidates Options
JobsApi job_candidates_relationships_options OPTIONS /v1/jobs/{jobId}/relationships/candidates Job Candidates Relationships Options
JobsApi job_options OPTIONS /v1/jobs/{jobId} Job Options
JobsApi jobs_options OPTIONS /v1/jobs Jobs Options
JobsApi list_job_candidates GET /v1/jobs/{jobId}/candidates List Job Candidates
JobsApi list_job_candidates_relationship GET /v1/jobs/{jobId}/relationships/candidates List Job Candidates Relationship
JobsApi list_jobs GET /v1/jobs List Jobs
JobsApi show_job GET /v1/jobs/{jobId} Show Job
JobsApi update_job PATCH /v1/jobs/{jobId} Update Job
LinksApi create_link POST /v1/links Create Link
LinksApi delete_link DELETE /v1/links/{linkId} Delete Link
LinksApi link_options OPTIONS /v1/links/{linkId} Link Options
LinksApi links_options OPTIONS /v1/links Links Options
LinksApi list_links GET /v1/links List Links
LinksApi show_link GET /v1/links/{linkId} Show Link
LinksApi update_link PATCH /v1/links/{linkId} Update Link
MeetingsApi create_meeting POST /v1/meetings Create Meeting
MeetingsApi create_meeting_ai_session POST /v1/meetings/{meetingId}/ai-session Create Meeting AI Session
MeetingsApi create_meeting_attendee POST /v1/meetings/{meetingId}/attendees Create Meeting Attendee
MeetingsApi delete_meeting DELETE /v1/meetings/{meetingId} Delete Meeting
MeetingsApi list_meetings GET /v1/meetings List Meetings
MeetingsApi meeting_ai_session_options OPTIONS /v1/meetings/{meetingId}/ai-session Meeting AI Session Options
MeetingsApi meeting_attendees_options OPTIONS /v1/meetings/{meetingId}/attendees Meeting Attendees Options
MeetingsApi meeting_lobby_options OPTIONS /v1/meetings/{meetingId}/lobby Meeting Lobby Options
MeetingsApi meeting_options OPTIONS /v1/meetings/{meetingId} Meeting Options
MeetingsApi meeting_transcription POST /v1/meetings/{meetingId}/transcription Manage Meeting Transcription
MeetingsApi meeting_transcription_options OPTIONS /v1/meetings/{meetingId}/transcription Meeting Transcription Options
MeetingsApi meetings_options OPTIONS /v1/meetings Meetings Options
MeetingsApi show_meeting GET /v1/meetings/{meetingId} Show Meeting
MeetingsApi show_meeting_lobby GET /v1/meetings/{meetingId}/lobby Show Meeting Lobby
MeetingsApi update_meeting PATCH /v1/meetings/{meetingId} Update Meeting
NotesApi create_note POST /v1/notes Create Note
NotesApi delete_note DELETE /v1/notes/{noteId} Delete Note
NotesApi list_notes GET /v1/notes List Notes
NotesApi note_options OPTIONS /v1/notes/{noteId} Note Options
NotesApi notes_options OPTIONS /v1/notes Notes Options
NotesApi show_note GET /v1/notes/{noteId} Show Note
NotesApi update_note PATCH /v1/notes/{noteId} Update Note
NotificationsApi create_notification POST /v1/notifications Create Notification
NotificationsApi delete_notification DELETE /v1/notifications/{notificationId} Delete Notification
NotificationsApi get_notification GET /v1/notifications/{notificationId} Get Notification
NotificationsApi list_notifications GET /v1/notifications List Notifications
NotificationsApi notification_options OPTIONS /v1/notifications/{notificationId} Notification Options
NotificationsApi notifications_options OPTIONS /v1/notifications Notifications Options
NotificationsApi update_notification PATCH /v1/notifications/{notificationId} Update Notification
OperationsApi create_operation POST /v1/operations Create Operation
OperationsApi delete_operation DELETE /v1/operations/{operationId} Delete Operation
OperationsApi list_operations GET /v1/operations List Operations
OperationsApi operation_options OPTIONS /v1/operations/{operationId} Operation Options
OperationsApi operations_options OPTIONS /v1/operations Operations Options
OperationsApi show_operation GET /v1/operations/{operationId} Show Operation
OperationsApi update_operation PATCH /v1/operations/{operationId} Update Operation
PersonasApi create_persona POST /v1/personas Create Persona
PersonasApi delete_persona DELETE /v1/personas/{personaId} Delete Persona
PersonasApi list_personas GET /v1/personas List Personas
PersonasApi persona_options OPTIONS /v1/personas/{personaId} Persona Options
PersonasApi personas_options OPTIONS /v1/personas Personas Options
PersonasApi show_persona GET /v1/personas/{personaId} Show Persona
PersonasApi update_persona PATCH /v1/personas/{personaId} Update Persona
ReportsApi create_report POST /v1/reports Create Report
ReportsApi delete_report DELETE /v1/reports/{reportId} Delete Report
ReportsApi list_reports GET /v1/reports List Reports
ReportsApi report_options OPTIONS /v1/reports/{reportId} Report Options
ReportsApi reports_options OPTIONS /v1/reports Reports Options
ReportsApi show_report GET /v1/reports/{reportId} Show Report
ReportsApi update_report PATCH /v1/reports/{reportId} Update Report
RolesApi create_role POST /v1/roles Create Role
RolesApi delete_role DELETE /v1/roles/{roleId} Delete Role
RolesApi list_role_users GET /v1/roles/{roleId}/users List Role Users
RolesApi list_role_users_relationship GET /v1/roles/{roleId}/relationships/users List Role Users Relationship
RolesApi list_roles GET /v1/roles List Roles
RolesApi role_options OPTIONS /v1/roles/{roleId} Role Options
RolesApi role_users_options OPTIONS /v1/roles/{roleId}/users Role Users Options
RolesApi role_users_relationships_options OPTIONS /v1/roles/{roleId}/relationships/users Role Users Relationships Options
RolesApi roles_options OPTIONS /v1/roles Roles Options
RolesApi show_role GET /v1/roles/{roleId} Show Role
RolesApi update_role PATCH /v1/roles/{roleId} Update Role
RunsApi cancel_run POST /v1/runs/{runId}/cancel Cancel Run
RunsApi create_run POST /v1/runs Create Run
RunsApi list_runs GET /v1/runs List Runs
RunsApi retry_run POST /v1/runs/{runId}/retry Retry Run
RunsApi show_run GET /v1/runs/{runId} Show Run
TalentsApi create_talent POST /v1/talents Create Talent
TalentsApi delete_talent DELETE /v1/talents/{talentId} Delete Talent
TalentsApi list_talent_candidates GET /v1/talents/{talentId}/candidates List Talent Candidates
TalentsApi list_talent_candidates_relationship GET /v1/talents/{talentId}/relationships/candidates List Talent Candidates Relationship
TalentsApi list_talents GET /v1/talents List Talents
TalentsApi show_talent GET /v1/talents/{talentId} Show Talent
TalentsApi talent_candidates_options OPTIONS /v1/talents/{talentId}/candidates Talent Candidates Options
TalentsApi talent_candidates_relationships_options OPTIONS /v1/talents/{talentId}/relationships/candidates Talent Candidates Relationships Options
TalentsApi talent_options OPTIONS /v1/talents/{talentId} Talent Options
TalentsApi talents_options OPTIONS /v1/talents Talents Options
TalentsApi update_talent PATCH /v1/talents/{talentId} Update Talent
TenantsApi create_tenant POST /v1/tenants Create Tenant
TenantsApi create_tenant_upload POST /v1/tenants/{tenantId}/uploads Create Tenant Upload
TenantsApi delete_tenant DELETE /v1/tenants/{tenantId} Delete Tenant
TenantsApi list_tenants GET /v1/tenants List Tenants
TenantsApi purchase_tenant_phone_number POST /v1/tenants/{tenantId}/phone-numbers Purchase Phone Number
TenantsApi release_tenant_phone_number DELETE /v1/tenants/{tenantId}/phone-numbers Release Phone Number
TenantsApi search_tenant_phone_numbers GET /v1/tenants/{tenantId}/phone-numbers/search Search Available Phone Numbers
TenantsApi show_tenant GET /v1/tenants/{tenantId} Show Tenant
TenantsApi tenant_options OPTIONS /v1/tenants/{tenantId} Tenant Options
TenantsApi tenant_phone_numbers_options OPTIONS /v1/tenants/{tenantId}/phone-numbers Phone Numbers Options
TenantsApi tenant_phone_numbers_search_options OPTIONS /v1/tenants/{tenantId}/phone-numbers/search Phone Numbers Search Options
TenantsApi tenant_uploads_options OPTIONS /v1/tenants/{tenantId}/uploads Tenant Uploads Options
TenantsApi tenants_options OPTIONS /v1/tenants Tenants Options
TenantsApi update_tenant PATCH /v1/tenants/{tenantId} Update Tenant
TranslationsApi create_translation POST /v1/translations Create Translation
TranslationsApi delete_translation DELETE /v1/translations/{translationId} Delete Translation
TranslationsApi list_translations GET /v1/translations List Translations
TranslationsApi show_translation GET /v1/translations/{translationId} Show Translation
TranslationsApi translation_options OPTIONS /v1/translations/{translationId} Translation Options
TranslationsApi translations_options OPTIONS /v1/translations Translations Options
TranslationsApi update_translation PATCH /v1/translations/{translationId} Update Translation
TriggersApi create_trigger POST /v1/triggers Create Trigger
TriggersApi delete_trigger DELETE /v1/triggers/{triggerId} Delete Trigger
TriggersApi list_triggers GET /v1/triggers List Triggers
TriggersApi show_trigger GET /v1/triggers/{triggerId} Show Trigger
TriggersApi update_trigger PATCH /v1/triggers/{triggerId} Update Trigger
UsersApi create_user POST /v1/users Create User
UsersApi create_user_upload POST /v1/users/{userId}/uploads Create User Upload
UsersApi delete_user DELETE /v1/users/{userId} Delete User
UsersApi list_user_apikeys GET /v1/users/{userId}/apikeys List User Apikeys
UsersApi list_user_apikeys_relationship GET /v1/users/{userId}/relationships/apikeys List User Apikeys Relationship
UsersApi list_user_jobs GET /v1/users/{userId}/jobs List User Jobs
UsersApi list_user_jobs_relationship GET /v1/users/{userId}/relationships/jobs List User Jobs Relationship
UsersApi list_user_roles GET /v1/users/{userId}/roles List User Roles
UsersApi list_user_roles_relationship GET /v1/users/{userId}/relationships/roles List User Roles Relationship
UsersApi list_users GET /v1/users List Users
UsersApi show_user GET /v1/users/{userId} Show User
UsersApi update_user PATCH /v1/users/{userId} Update User
UsersApi user_apikeys_options OPTIONS /v1/users/{userId}/apikeys User Apikeys Options
UsersApi user_apikeys_relationships_options OPTIONS /v1/users/{userId}/relationships/apikeys User Apikeys Relationships Options
UsersApi user_jobs_options OPTIONS /v1/users/{userId}/jobs User Jobs Options
UsersApi user_jobs_relationships_options OPTIONS /v1/users/{userId}/relationships/jobs User Jobs Relationships Options
UsersApi user_options OPTIONS /v1/users/{userId} User Options
UsersApi user_roles_options OPTIONS /v1/users/{userId}/roles User Roles Options
UsersApi user_roles_relationships_options OPTIONS /v1/users/{userId}/relationships/roles User Roles Relationships Options
UsersApi user_uploads_options OPTIONS /v1/users/{userId}/uploads User Uploads Options
UsersApi users_options OPTIONS /v1/users Users Options
WebhooksApi create_webhook POST /v1/webhooks Create Webhook
WebhooksApi delete_webhook DELETE /v1/webhooks/{webhookId} Delete Webhook
WebhooksApi list_webhooks GET /v1/webhooks List Webhooks
WebhooksApi show_webhook GET /v1/webhooks/{webhookId} Show Webhook
WebhooksApi update_webhook PATCH /v1/webhooks/{webhookId} Update Webhook
WebhooksApi webhook_options OPTIONS /v1/webhooks/{webhookId} Webhook Options
WebhooksApi webhooks_options OPTIONS /v1/webhooks Webhooks Options
WorkflowsApi create_workflow POST /v1/workflows Create Workflow
WorkflowsApi delete_workflow DELETE /v1/workflows/{workflowId} Delete Workflow
WorkflowsApi list_workflows GET /v1/workflows List Workflows
WorkflowsApi show_workflow GET /v1/workflows/{workflowId} Show Workflow
WorkflowsApi update_workflow PATCH /v1/workflows/{workflowId} Update Workflow

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

ApiKeyAuth

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

OAuth2Auth

Author

developer@smartymeet.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smartytalent_client-0.1.6.tar.gz (350.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

smartytalent_client-0.1.6-py3-none-any.whl (850.9 kB view details)

Uploaded Python 3

File details

Details for the file smartytalent_client-0.1.6.tar.gz.

File metadata

  • Download URL: smartytalent_client-0.1.6.tar.gz
  • Upload date:
  • Size: 350.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for smartytalent_client-0.1.6.tar.gz
Algorithm Hash digest
SHA256 247b04f09b23a12379e430cc0954cc44adbc1ca6f566304ceeacef06a1ac01c2
MD5 7e21504fe5967146be9d88f2f896a1d2
BLAKE2b-256 daddee10639f32be008a6f63747376888aa599388e526d3736c4f9a9b7640c29

See more details on using hashes here.

File details

Details for the file smartytalent_client-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for smartytalent_client-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 410f8a8a649bd43095af37b2db8de355ecf047dd585b220f3e7808bbddd9c73e
MD5 d43782a8d3c3028e7b48d946a69da631
BLAKE2b-256 c74ef2610b7756f2d79f096e444ecfa016fb8d3a175c6e77d6e39f71904a6fe1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page