npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

go-core-engine

v1.0.0

Published

go-core-engine

Downloads

5

Readme

Go API client for openapi

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

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 0.1.2
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import sw "./openapi"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), sw.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), sw.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), sw.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://core.proximaai.co

Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- AiappApi | AiappIntentCreate | Post /api/aiapp/intent/ | AiappApi | AiappLeadcategorizationCreate | Post /api/aiapp/leadcategorization/ | AiappApi | AiappParaphraseCreate | Post /api/aiapp/paraphrase/ | AiappApi | AiappSentimentanalysisCreate | Post /api/aiapp/sentimentanalysis/ | AiappApi | AiappSummarizeCreate | Post /api/aiapp/summarize/ | AiappApi | AiappSurveyCreate | Post /api/aiapp/survey/ | AiappApi | AiappTranslationCreate | Post /api/aiapp/translation/ | AnalyticsApi | AnalyticsAnnualGrothRateRetrieve | Get /api/analytics/annual_groth_rate/ | AnalyticsApi | AnalyticsAveragecommentsRetrieve | Get /api/analytics/averagecomments/ | AnalyticsApi | AnalyticsAveragedistributionRetrieve | Get /api/analytics/averagedistribution/ | AnalyticsApi | AnalyticsAverageresponsetimeRetrieve | Get /api/analytics/averageresponsetime/ | AnalyticsApi | AnalyticsAveragesurveyrunperiodRetrieve | Get /api/analytics/averagesurveyrunperiod/ | AnalyticsApi | AnalyticsAveragevoicemessageperchatRetrieve | Get /api/analytics/averagevoicemessageperchat/ | AnalyticsApi | AnalyticsClientcitydistributionRetrieve | Get /api/analytics/clientcitydistribution/ | AnalyticsApi | AnalyticsClientdailysatisfactionRetrieve | Get /api/analytics/clientdailysatisfaction/ | AnalyticsApi | AnalyticsClientsatisfactionRetrieve | Get /api/analytics/clientsatisfaction/ | AnalyticsApi | AnalyticsClientsaverageageRetrieve | Get /api/analytics/clientsaverageage/ | AnalyticsApi | AnalyticsClientweeklysatisfactionRetrieve | Get /api/analytics/clientweeklysatisfaction/ | AnalyticsApi | AnalyticsCommentsuserrelationRetrieve | Get /api/analytics/commentsuserrelation/ | AnalyticsApi | AnalyticsCommunicationchannelsRetrieve | Get /api/analytics/communicationchannels/ | AnalyticsApi | AnalyticsCommunitygrowthrateRetrieve | Get /api/analytics/communitygrowthrate/ | AnalyticsApi | AnalyticsCommunitymembersRetrieve | Get /api/analytics/communitymembers/ | AnalyticsApi | AnalyticsCommunityratingRetrieve | Get /api/analytics/communityrating/ | AnalyticsApi | AnalyticsCountchatsRetrieve | Get /api/analytics/countchats/ | AnalyticsApi | AnalyticsCountescalatedchatsRetrieve | Get /api/analytics/countescalatedchats/ | AnalyticsApi | AnalyticsCounthourlychatsRetrieve | Get /api/analytics/counthourlychats/ | AnalyticsApi | AnalyticsCountrydistributionRetrieve | Get /api/analytics/countrydistribution/ | AnalyticsApi | AnalyticsCumulativecommentsRetrieve | Get /api/analytics/cumulativecomments/ | AnalyticsApi | AnalyticsCumulativehourlychatsRetrieve | Get /api/analytics/cumulativehourlychats/ | AnalyticsApi | AnalyticsCumulativeissuesRetrieve | Get /api/analytics/cumulativeissues/ | AnalyticsApi | AnalyticsCumulativevoicemessageRetrieve | Get /api/analytics/cumulativevoicemessage/ | AnalyticsApi | AnalyticsDailyaverageresponserateRetrieve | Get /api/analytics/dailyaverageresponserate/ | AnalyticsApi | AnalyticsDailychatcountRetrieve | Get /api/analytics/dailychatcount/ | AnalyticsApi | AnalyticsDailyescalatedchatsRetrieve | Get /api/analytics/dailyescalatedchats/ | AnalyticsApi | AnalyticsEngagementfrequencyRetrieve | Get /api/analytics/engagementfrequency/ | AnalyticsApi | AnalyticsGenderdistributionRetrieve | Get /api/analytics/genderdistribution/ | AnalyticsApi | AnalyticsGeolocationRetrieve | Get /api/analytics/geolocation/ | AnalyticsApi | AnalyticsHourlyaverageresponsetimeRetrieve | Get /api/analytics/hourlyaverageresponsetime/ | AnalyticsApi | AnalyticsHourlyclientsatisfactionRetrieve | Get /api/analytics/hourlyclientsatisfaction/ | AnalyticsApi | AnalyticsHourlycountescalatedchatsRetrieve | Get /api/analytics/hourlycountescalatedchats/ | AnalyticsApi | AnalyticsIssueuserrelationRetrieve | Get /api/analytics/issueuserrelation/ | AnalyticsApi | AnalyticsLeasttopicsRetrieve | Get /api/analytics/leasttopics/ | AnalyticsApi | AnalyticsPopulartopicsRetrieve | Get /api/analytics/populartopics/ | AnalyticsApi | AnalyticsStatedistributionRetrieve | Get /api/analytics/statedistribution/ | AnalyticsApi | AnalyticsSurveyaveragetargetaudienceRetrieve | Get /api/analytics/surveyaveragetargetaudience/ | AnalyticsApi | AnalyticsSurveyratingsRetrieve | Get /api/analytics/surveyratings/ | AnalyticsApi | AnalyticsSurveyresponserateRetrieve | Get /api/analytics/surveyresponserate/ | AnalyticsApi | AnalyticsTotalsurveysRetrieve | Get /api/analytics/totalsurveys/ | AnalyticsApi | AnalyticsUniquecommentsRetrieve | Get /api/analytics/uniquecomments/ | AnalyticsApi | AnalyticsUsersegmentationRetrieve | Get /api/analytics/usersegmentation/ | AnalyticsApi | AnalyticsVoiveMessagesLastWeekRetrieve | Get /api/analytics/voive_messages_last_week/ | AnalyticsApi | AnalyticsVoiveMessagesLastdayRetrieve | Get /api/analytics/voive_messages_lastday/ | AnalyticsApi | AnalyticsVoiveMessagesLasthourRetrieve | Get /api/analytics/voive_messages_lasthour/ | AnalyticsApi | AnalyticsWeeklyaverageresponserateRetrieve | Get /api/analytics/weeklyaverageresponserate/ | AnalyticsApi | AnalyticsWeeklychatcountRetrieve | Get /api/analytics/weeklychatcount/ | AnalyticsApi | AnalyticsWeeklyescalatedchatsRetrieve | Get /api/analytics/weeklyescalatedchats/ | AuthApi | AuthAdminCreate | Post /api/auth/admin/ | AuthApi | AuthAdminverificationconfirmationRetrieve | Get /api/auth/adminverificationconfirmation/{uidb64}/ | AuthApi | AuthAdminverificationrequestCreate | Post /api/auth/adminverificationrequest/ | AuthApi | AuthAnonymoususerCreate | Post /api/auth/anonymoususer/ | AuthApi | AuthAnonymoususerDestroy | Delete /api/auth/anonymoususer/ | AuthApi | AuthAnonymoususerRetrieve | Get /api/auth/anonymoususer/ | AuthApi | AuthAuthGoogleCreate | Post /api/auth/auth/google/ | AuthApi | AuthClientCreate | Post /api/auth/client/ | AuthApi | AuthClientUsersSignupSigninCreate | Post /api/auth/client_users_signup_signin/ | AuthApi | AuthClientverificationconfirmationRetrieve | Get /api/auth/clientverificationconfirmation/{uidb64}/ | AuthApi | AuthClientverificationrequestCreate | Post /api/auth/clientverificationrequest/ | AuthApi | AuthEmployeeCreate | Post /api/auth/employee/ | AuthApi | AuthEmployeeverificationconfirmationRetrieve | Get /api/auth/employeeverificationconfirmation/{uidb64}/ | AuthApi | AuthEmployeeverificationrequestCreate | Post /api/auth/employeeverificationrequest/ | AuthApi | AuthInviteusersCreate | Post /api/auth/inviteusers/ | AuthApi | AuthPasswordResetCompletePartialUpdate | Patch /api/auth/password-reset-complete/ | AuthApi | AuthPasswordResetRetrieve | Get /api/auth/password-reset/{uidb64}/{token}/ | AuthApi | AuthRequestlogintokenCreate | Post /api/auth/requestlogintoken/ | AuthApi | AuthRequestpasswordtokenCreate | Post /api/auth/requestpasswordtoken/ | AuthApi | AuthRequestresetpassowrdCreate | Post /api/auth/requestresetpassowrd/ | AuthApi | AuthSigninCreate | Post /api/auth/signin/ | AuthApi | AuthTokenloginCreate | Post /api/auth/tokenlogin/ | AuthApi | AuthTokenpasswordchangeCreate | Post /api/auth/tokenpasswordchange/ | AuthApi | AuthTokensigninPartialUpdate | Patch /api/auth/tokensignin/ | AuthApi | AuthTokensigninconfirmationCreate | Post /api/auth/tokensigninconfirmation/{uidb64}/ | AuthApi | AuthTokensigninrequestRetrieve | Get /api/auth/tokensigninrequest/ | AuthApi | AuthTokenverificationCreate | Post /api/auth/tokenverification/ | AuthApi | AuthUnverifiedusersList | Get /api/auth/unverifiedusers/ | AuthApi | AuthVerifyinvitedusersCreate | Post /api/auth/verifyinvitedusers/ | CallApi | CallAnalyticsCallResolutionAnalyticsRetrieve | Get /api/call/analytics/call-resolution-analytics/ | CallApi | CallAnalyticsCallTagAnalyticsRetrieve | Get /api/call/analytics/call-tag-analytics/ | CallApi | CallAnalyticsCallVolumeAnalyticsRetrieve | Get /api/call/analytics/call-volume-analytics/ | CallApi | CallAnalyticsCustomerSatisfactionAnalyticsRetrieve | Get /api/call/analytics/customer-satisfaction-analytics/ | CallApi | CallAnalyticsFeedbackCategoryDistributionRetrieve | Get /api/call/analytics/feedback-category-distribution/ | CallApi | CallAnalyticsInteractionTypeAnalyticsRetrieve | Get /api/call/analytics/interaction-type-analytics/ | CallApi | CallCallAgentPerformanceCreate | Post /api/call/call/agent-performance/ | CallApi | CallCallAgentPerformanceDestroy | Delete /api/call/call/agent-performance/ | CallApi | CallCallAgentPerformancePartialUpdate | Patch /api/call/call/agent-performance/ | CallApi | CallCallAgentPerformanceRetrieve | Get /api/call/call/agent-performance/ | CallApi | CallCallCallMetricsCreate | Post /api/call/call/call-metrics/ | CallApi | CallCallCallMetricsDestroy | Delete /api/call/call/call-metrics/ | CallApi | CallCallCallMetricsPartialUpdate | Patch /api/call/call/call-metrics/ | CallApi | CallCallCallMetricsRetrieve | Get /api/call/call/call-metrics/ | CallApi | CallCallCallResolutionCreate | Post /api/call/call/call-resolution/ | CallApi | CallCallCallResolutionDestroy | Delete /api/call/call/call-resolution/ | CallApi | CallCallCallResolutionPartialUpdate | Patch /api/call/call/call-resolution/ | CallApi | CallCallCallResolutionRetrieve | Get /api/call/call/call-resolution/ | CallApi | CallCallCallTagCreate | Post /api/call/call/call-tag/ | CallApi | CallCallCallTagDestroy | Delete /api/call/call/call-tag/ | CallApi | CallCallCallTagMappingCreate | Post /api/call/call/call-tag-mapping/ | CallApi | CallCallCallTagMappingDestroy | Delete /api/call/call/call-tag-mapping/ | CallApi | CallCallCallTagMappingRetrieve | Get /api/call/call/call-tag-mapping/ | CallApi | CallCallCallTagRetrieve | Get /api/call/call/call-tag/ | CallApi | CallCallCallsCreate | Post /api/call/call/calls/ | CallApi | CallCallCallsDestroy | Delete /api/call/call/calls/ | CallApi | CallCallCallsPartialUpdate | Patch /api/call/call/calls/ | CallApi | CallCallCallsRetrieve | Get /api/call/call/calls/ | CallApi | CallCallCustomerFeedbackCreate | Post /api/call/call/customer-feedback/ | CallApi | CallCallCustomerFeedbackDestroy | Delete /api/call/call/customer-feedback/ | CallApi | CallCallCustomerFeedbackPartialUpdate | Patch /api/call/call/customer-feedback/ | CallApi | CallCallCustomerFeedbackRetrieve | Get /api/call/call/customer-feedback/ | CallApi | CallCallInteractionHistoryCreate | Post /api/call/call/interaction-history/ | CallApi | CallCallInteractionHistoryDestroy | Delete /api/call/call/interaction-history/ | CallApi | CallCallInteractionHistoryPartialUpdate | Patch /api/call/call/interaction-history/ | CallApi | CallCallInteractionHistoryRetrieve | Get /api/call/call/interaction-history/ | ChatApi | ChatCategoryCreate | Post /api/chat/category/ | ChatApi | ChatCategoryRetrieve | Get /api/chat/category/ | ChatApi | ChatCategoryUpdate | Put /api/chat/category/ | ChatApi | ChatChatCreate | Post /api/chat/chat/ | ChatApi | ChatChatDestroy | Delete /api/chat/chat/ | ChatApi | ChatChatPartialUpdate | Patch /api/chat/chat/ | ChatApi | ChatChatRetrieve | Get /api/chat/chat/ | ChatApi | ChatEscalatedChatsRetrieve | Get /api/chat/escalated_chats/ | ChatApi | ChatMessageCreate | Post /api/chat/message/ | ChatApi | ChatMessageDestroy | Delete /api/chat/message/ | ChatApi | ChatMessagePartialUpdate | Patch /api/chat/message/ | ChatApi | ChatMessageRetrieve | Get /api/chat/message/ | ChatApi | ChatTopicsCreate | Post /api/chat/topics/ | ChatApi | ChatTopicsRetrieve | Get /api/chat/topics/ | ChatApi | ChatTopicsUpdate | Put /api/chat/topics/ | CommunityApi | CommunityClientleftcommunityRetrieve | Get /api/community/clientleftcommunity/ | CommunityApi | CommunityCommentCreate | Post /api/community/comment/ | CommunityApi | CommunityCommentDestroy | Delete /api/community/comment/ | CommunityApi | CommunityCommentRetrieve | Get /api/community/comment/ | CommunityApi | CommunityCommunityRetrieve | Get /api/community/community/ | CommunityApi | CommunityCommunityfeedRetrieve | Get /api/community/communityfeed/ | CommunityApi | CommunityCommunitymembersRetrieve | Get /api/community/communitymembers/ | CommunityApi | CommunityCommunitytagsCreate | Post /api/community/communitytags/ | CommunityApi | CommunityCommunitytagsRetrieve | Get /api/community/communitytags/ | CommunityApi | CommunityFavoritecommunitiesCreate | Post /api/community/favoritecommunities/ | CommunityApi | CommunityFavoritecommunitiesRetrieve | Get /api/community/favoritecommunities/ | CommunityApi | CommunityIssueCreate | Post /api/community/issue/ | CommunityApi | CommunityIssuePartialUpdate | Patch /api/community/issue/ | CommunityApi | CommunityIssueRetrieve | Get /api/community/issue/ | CommunityApi | CommunityIssueUpdate | Put /api/community/issue/ | CommunityApi | CommunityJoincommunityCreate | Post /api/community/joincommunity/ | CommunityApi | CommunityJoinedmembersRetrieve | Get /api/community/joinedmembers/ | CommunityApi | CommunityLeavecommunityCreate | Post /api/community/leavecommunity/ | CommunityApi | CommunityLikeordislikecommentCreate | Post /api/community/likeordislikecomment/ | CommunityApi | CommunityThreadCreate | Post /api/community/thread/ | CommunityApi | CommunityThreadRetrieve | Get /api/community/thread/ | MonitoringApi | MonitoringConnectorsRetrieve | Get /api/monitoring/connectors/ | NotificationsApi | NotificationsDelegationCreate | Post /api/notifications/delegation/ | NotificationsApi | NotificationsDelegationDestroy | Delete /api/notifications/delegation/ | NotificationsApi | NotificationsDelegationPartialUpdate | Patch /api/notifications/delegation/ | NotificationsApi | NotificationsDelegationRetrieve | Get /api/notifications/delegation/ | NotificationsApi | NotificationsNotificationsDestroy | Delete /api/notifications/notifications/ | NotificationsApi | NotificationsNotificationsPartialUpdate | Patch /api/notifications/notifications/ | NotificationsApi | NotificationsNotificationsRetrieve | Get /api/notifications/notifications/ | PaymentsApi | PaymentsFreetrialCreate | Post /api/payments/freetrial/ | PaymentsApi | PaymentsGetpaymentsRetrieve | Get /api/payments/getpayments/ | PaymentsApi | PaymentsSubscriptionRetrieve | Get /api/payments/subscription/ | PaymentsApi | PaymentsTabularpaymentsRetrieve | Get /api/payments/tabularpayments/ | PaymentsApi | PaymentsTiersList | Get /api/payments/tiers/ | PaymentsApi | PaymentsUpdateSubscriptionCreate | Post /api/payments/update_subscription/{id}/ | PredictiveApi | PredictiveEscalatedchatsRetrieve | Get /api/predictive/escalatedchats/ | PredictiveApi | PredictiveGenderdistributionRetrieve | Get /api/predictive/genderdistribution/ | PredictiveApi | PredictiveGrowthrateRetrieve | Get /api/predictive/growthrate/ | PredictiveApi | PredictiveInteractionsRetrieve | Get /api/predictive/interactions/ | PredictiveApi | PredictiveInvolvementsRetrieve | Get /api/predictive/involvements/ | PredictiveApi | PredictiveTopicsRetrieve | Get /api/predictive/topics/ | PredictiveApi | PredictiveUniqueclientsRetrieve | Get /api/predictive/uniqueclients/ | ReportsApi | ReportsChatresportsRetrieve | Get /api/reports/chatresports/ | ReportsApi | ReportsIssuesreportsRetrieve | Get /api/reports/issuesreports/ | ReportsApi | ReportsMessagereportsRetrieve | Get /api/reports/messagereports/ | ReportsApi | ReportsSurverreportsRetrieve | Get /api/reports/surverreports/ | ReportsApi | ReportsSurverresponserateRetrieve | Get /api/reports/surverresponserate/ | ReportsApi | ReportsThreadreportsRetrieve | Get /api/reports/threadreports/ | SchemaApi | SchemaRetrieve | Get /api/schema/ | SearchApi | SearchSearchRetrieve | Get /api/search/search/ | ServicesApi | ServicesServiceformsCreate | Post /api/services/serviceforms/ | ServicesApi | ServicesServiceformsDestroy | Delete /api/services/serviceforms/ | ServicesApi | ServicesServiceformsPartialUpdate | Patch /api/services/serviceforms/ | ServicesApi | ServicesServiceformsRetrieve | Get /api/services/serviceforms/ | ServicesApi | ServicesServiceformsresponseCreate | Post /api/services/serviceformsresponse/ | ServicesApi | ServicesServiceformsresponseDestroy | Delete /api/services/serviceformsresponse/ | ServicesApi | ServicesServiceformsresponsePartialUpdate | Patch /api/services/serviceformsresponse/ | ServicesApi | ServicesServiceformsresponseRetrieve | Get /api/services/serviceformsresponse/ | ServicesApi | ServicesServicerequestchatCreate | Post /api/services/servicerequestchat/ | ServicesApi | ServicesServicerequestchatRetrieve | Get /api/services/servicerequestchat/ | ServicesApi | ServicesServicerequestchatmessageCreate | Post /api/services/servicerequestchatmessage/ | ServicesApi | ServicesServicerequestchatmessageRetrieve | Get /api/services/servicerequestchatmessage/ | ServicesApi | ServicesServiceresquestCreate | Post /api/services/serviceresquest/ | ServicesApi | ServicesServiceresquestDestroy | Delete /api/services/serviceresquest/ | ServicesApi | ServicesServiceresquestPartialUpdate | Patch /api/services/serviceresquest/ | ServicesApi | ServicesServiceresquestRetrieve | Get /api/services/serviceresquest/ | ServicesApi | ServicesServicesCreate | Post /api/services/services/ | ServicesApi | ServicesServicesDestroy | Delete /api/services/services/ | ServicesApi | ServicesServicesPartialUpdate | Patch /api/services/services/ | ServicesApi | ServicesServicesRetrieve | Get /api/services/services/ | ServicesApi | ServicesServicetypeCreate | Post /api/services/servicetype/ | ServicesApi | ServicesServicetypeDestroy | Delete /api/services/servicetype/ | ServicesApi | ServicesServicetypeRetrieve | Get /api/services/servicetype/ | SocialintergrationsApi | SocialintergrationsFacebookintergrationCreate | Post /api/socialintergrations/facebookintergration/ | SocialintergrationsApi | SocialintergrationsFacebookintergrationRetrieve | Get /api/socialintergrations/facebookintergration/ | SocialintergrationsApi | SocialintergrationsInstagramintergrationCreate | Post /api/socialintergrations/instagramintergration/ | SocialintergrationsApi | SocialintergrationsInstagramintergrationRetrieve | Get /api/socialintergrations/instagramintergration/ | SocialintergrationsApi | SocialintergrationsProximawhatsappintergrationCreate | Post /api/socialintergrations/proximawhatsappintergration/ | SocialintergrationsApi | SocialintergrationsProximawhatsappintergrationRetrieve | Get /api/socialintergrations/proximawhatsappintergration/ | SocialintergrationsApi | SocialintergrationsSavefacebookintergrationCreate | Post /api/socialintergrations/savefacebookintergration/ | SocialintergrationsApi | SocialintergrationsSavefacebookintergrationRetrieve | Get /api/socialintergrations/savefacebookintergration/ | SocialintergrationsApi | SocialintergrationsSavefacebookintergrationUpdate | Put /api/socialintergrations/savefacebookintergration/ | SocialintergrationsApi | SocialintergrationsSaveinstagramintergrationCreate | Post /api/socialintergrations/saveinstagramintergration/ | SocialintergrationsApi | SocialintergrationsSaveinstagramintergrationRetrieve | Get /api/socialintergrations/saveinstagramintergration/ | SocialintergrationsApi | SocialintergrationsSaveinstagramintergrationUpdate | Put /api/socialintergrations/saveinstagramintergration/ | SocialintergrationsApi | SocialintergrationsSavewhatsappintergrationCreate | Post /api/socialintergrations/savewhatsappintergration/ | SocialintergrationsApi | SocialintergrationsSavewhatsappintergrationRetrieve | Get /api/socialintergrations/savewhatsappintergration/ | SocialintergrationsApi | SocialintergrationsSavewhatsappintergrationUpdate | Put /api/socialintergrations/savewhatsappintergration/ | SocialintergrationsApi | SocialintergrationsWhatsappintergrationCreate | Post /api/socialintergrations/whatsappintergration/ | SocialintergrationsApi | SocialintergrationsWhatsappintergrationRetrieve | Get /api/socialintergrations/whatsappintergration/ | SurveyApi | SurveyEndsurveyCreate | Post /api/survey/endsurvey/ | SurveyApi | SurveyPromptsurveyCreate | Post /api/survey/promptsurvey/ | SurveyApi | SurveyPromptsurveyRetrieve | Get /api/survey/promptsurvey/ | SurveyApi | SurveyQuestioninducedCreate | Post /api/survey/questioninduced/ | SurveyApi | SurveyQuestioninducedRetrieve | Get /api/survey/questioninduced/ | SurveyApi | SurveyResponseCreate | Post /api/survey/response/ | SurveyApi | SurveyResponseRetrieve | Get /api/survey/response/ | SurveyApi | SurveySurveyCreate | Post /api/survey/survey/ | SurveyApi | SurveySurveyRetrieve | Get /api/survey/survey/ | SurveyApi | SurveySurveyreportviewCreate | Post /api/survey/surveyreportview/ | SurveyApi | SurveySurveyreportviewRetrieve | Get /api/survey/surveyreportview/ | SurveyApi | SurveySurveysubgroupCreate | Post /api/survey/surveysubgroup/ | SurveyApi | SurveySurveysubgroupRetrieve | Get /api/survey/surveysubgroup/ | TenantivaApi | TenantivaCreateagentCreate | Post /api/tenantiva/createagent/ | TenantivaApi | TenantivaSampletoolsRetrieve | Get /api/tenantiva/sampletools/ | TenantivaApi | TenantivaTenantknowlegebaseDestroy | Delete /api/tenantiva/tenantknowlegebase/ | TenantivaApi | TenantivaTenantknowlegebasePartialUpdate | Patch /api/tenantiva/tenantknowlegebase/ | TenantivaApi | TenantivaTenantknowlegebaseRetrieve | Get /api/tenantiva/tenantknowlegebase/ | TenantivaApi | TenantivaTrainingprogressRetrieve | Get /api/tenantiva/trainingprogress/ | TenantmanagementApi | TenantmanagementAddressCreate | Post /api/tenantmanagement/address/ | TenantmanagementApi | TenantmanagementAddressRetrieve | Get /api/tenantmanagement/address/ | TenantmanagementApi | TenantmanagementDepartmentCreate | Post /api/tenantmanagement/department | TenantmanagementApi | TenantmanagementDepartmentDestroy | Delete /api/tenantmanagement/department | TenantmanagementApi | TenantmanagementDepartmentPartialUpdate | Patch /api/tenantmanagement/department | TenantmanagementApi | TenantmanagementDepartmentRetrieve | Get /api/tenantmanagement/department | TenantmanagementApi | TenantmanagementMetadataCreate | Post /api/tenantmanagement/metadata/ | TenantmanagementApi | TenantmanagementMetadataDestroy | Delete /api/tenantmanagement/metadata/ | TenantmanagementApi | TenantmanagementMetadataRetrieve | Get /api/tenantmanagement/metadata/ | TenantmanagementApi | TenantmanagementProductCreate | Post /api/tenantmanagement/product/ | TenantmanagementApi | TenantmanagementProductDestroy | Delete /api/tenantmanagement/product/ | TenantmanagementApi | TenantmanagementProductRetrieve | Get /api/tenantmanagement/product/ | TenantmanagementApi | TenantmanagementTenantCreate | Post /api/tenantmanagement/tenant/ | TenantmanagementApi | TenantmanagementTenantDestroy | Delete /api/tenantmanagement/tenant/ | TenantmanagementApi | TenantmanagementTenantRetrieve | Get /api/tenantmanagement/tenant/ | TenantmanagementApi | TenantmanagementTenantdetailsRetrieve | Get /api/tenantmanagement/tenantdetails/ | TenantmanagementApi | TenantmanagementVirtualAssistantsCreate | Post /api/tenantmanagement/virtual-assistants/{id}/ | TenantmanagementApi | TenantmanagementVirtualAssistantsRetrieve | Get /api/tenantmanagement/virtual-assistants/{id}/ | TenantmanagementApi | TenantmanagementVirtualAssistantsUpdate | Put /api/tenantmanagement/virtual-assistants/{id}/ | TenantmanagementApi | TenantmanagementVirtualassistantCreate | Post /api/tenantmanagement/virtualassistant/ | TenantmanagementApi | TenantmanagementVirtualassistantRetrieve | Get /api/tenantmanagement/virtualassistant/ | TenantmanagementApi | TenantmanagementVirtualassistantUpdate | Put /api/tenantmanagement/virtualassistant/ | TenantmanagementApi | TenantmanagementVirtualassitantdocsCreate | Post /api/tenantmanagement/virtualassitantdocs/ | TenantmanagementApi | TenantmanagementVirtualassitantdocsRetrieve | Get /api/tenantmanagement/virtualassitantdocs/ | UserprofilesApi | UserprofilesAdminPartialUpdate | Patch /api/userprofiles/admin/ | UserprofilesApi | UserprofilesAdminRetrieve | Get /api/userprofiles/admin/ | UserprofilesApi | UserprofilesAdminUpdate | Put /api/userprofiles/admin/ | UserprofilesApi | UserprofilesAdminprofilesRetrieve | Get /api/userprofiles/adminprofiles/{admin_id}/ | UserprofilesApi | UserprofilesClientPartialUpdate | Patch /api/userprofiles/client/ | UserprofilesApi | UserprofilesClientRetrieve | Get /api/userprofiles/client/ | UserprofilesApi | UserprofilesClientUpdate | Put /api/userprofiles/client/ | UserprofilesApi | UserprofilesClientprofilesRetrieve | Get /api/userprofiles/clientprofiles/{client_id}/ | UserprofilesApi | UserprofilesEmployeePartialUpdate | Patch /api/userprofiles/employee/ | UserprofilesApi | UserprofilesEmployeeRetrieve | Get /api/userprofiles/employee/ | UserprofilesApi | UserprofilesEmployeeUpdate | Put /api/userprofiles/employee/ | UserprofilesApi | UserprofilesEmployeeprofilesRetrieve | Get /api/userprofiles/employeeprofiles/{employee_id}/ | UsersApi | UsersAdminRetrieve | Get /api/users/admin/ | UsersApi | UsersEmployeesRetrieve | Get /api/users/employees/ |

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author