Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@keyclic/app-sdk

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keyclic/app-sdk

KeyclicApi - JavaScript client for keyclic_api No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codege

  • 1.15.3
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

keyclic_api

KeyclicApi - JavaScript client for keyclic_api No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 1.0
  • Build package: io.swagger.codegen.languages.JavascriptClientCodegen For more information, please visit http://keyclic.com

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install keyclic_api --save
git

If the library is hosted at a git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Getting Started

Please follow the installation instruction and execute the following JS code:

var KeyclicApi = require('keyclic_api');

var defaultClient = KeyclicApi.ApiClient.instance;

// Configure API key authorization: bearer
var bearer = defaultClient.authentications['bearer'];
bearer.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//bearer.apiKeyPrefix['Authorization'] = "Token"

var api = new KeyclicApi.AnalyticApi()

var xKeyclicApp = "com.keyclic.app"; // {String} 

var organization = "organization_example"; // {String} The identifier of the resource formatted as GUID string.

var opts = { 
  'acceptLanguage': "fr-FR", // {String} 
  'xKeyclicAppVersion': "xKeyclicAppVersion_example", // {String} 
  'place': "place_example", // {String} The identifier of the resource formatted as GUID string.
  'category': "category_example", // {String} The identifier of the resource formatted as GUID string.
  'state': "state_example", // {String} 
  'before': new Date("2013-10-20T19:20:30+01:00"), // {Date} 
  'after': new Date("2013-10-20T19:20:30+01:00"), // {Date} 
  'optionsProperty': "optionsProperty_example", // {String} 
  'optionsSort': "optionsSort_example" // {String} 
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.getAnalyticByOrganization(xKeyclicApp, organization, opts, callback);

Documentation for API Endpoints

All URIs are relative to https://api.keyclic.com

ClassMethodHTTP requestDescription
KeyclicApi.AnalyticApigetAnalyticByOrganizationGET /organizations/{organization}/analyticsRetrieve one Analytic resource.
KeyclicApi.ApplicationApigetApplicationByTokenGET /applications/{token}Retrieve one Application resource.
KeyclicApi.AssignApipostAssignByOperationPOST /operations/{operation}/assignCreate one Assign resource.
KeyclicApi.BusinessActivityApicgetBusinessActivitiesGET /businessactivitiesRetrieve all BusinessActivity resources.
KeyclicApi.CategoryApicgetCategoriesGET /categoriesRetrieve all Category resources.
KeyclicApi.CategoryApicgetCategoriesByOrganizationGET /organizations/{organization}/categoriesRetrieve all Category resources.
KeyclicApi.CategoryApigetCategoryGET /categories/{category}Retrieve one Category resource.
KeyclicApi.CategoryApipatchCategoryPATCH /categories/{category}Edit one Category resource.
KeyclicApi.CategoryApipostCategoryByOrganizationPOST /organizations/{organization}/categoriesCreate one Category resource.
KeyclicApi.ChangeApipostChangeByTokenPOST /security/password/change/{token}Create one Change resource.
KeyclicApi.CommentApicgetCommentsByFeedbackGET /feedbacks/{feedback}/commentsRetrieve all Comment resources.
KeyclicApi.CommentApicgetCommentsByOperationGET /operations/{operation}/commentsRetrieve all Comment resources.
KeyclicApi.CommentApipostCommentByFeedbackPOST /feedbacks/{feedback}/commentsCreate one Comment resource.
KeyclicApi.CommentApipostCommentByOperationPOST /operations/{operation}/commentsCreate one Comment resource.
KeyclicApi.ContributionApicgetContributionsByFeedbackGET /feedbacks/{feedback}/contributionsRetrieve all Contribution resources.
KeyclicApi.ContributionApipostContributionByFeedbackPOST /feedbacks/{feedback}/contributionsCreate one Contribution resource.
KeyclicApi.DelegateApipostDelegateByOrganizationPOST /organizations/{organization}/delegatesCreate one Delegate resource.
KeyclicApi.DeviceApideleteDeviceByPersonAndDeviceDELETE /people/{person}/devices/{device}Remove one Device resource.
KeyclicApi.DeviceApipostDeviceByPersonPOST /people/{person}/devicesCreate one Device resource.
KeyclicApi.ExportApicpostExportByOrganizationPOST /organizations/{organization}/reports/exportsRetrieve all Export resources.
KeyclicApi.FacebookApipostFacebookPOST /security/connect/facebookCreate one Facebook resource.
KeyclicApi.FeedbackApicgetFeedbacksGET /feedbacksRetrieve all Feedback resources.
KeyclicApi.FeedbackApicgetFeedbacksByPersonGET /people/{person}/feedbacksRetrieve all Feedback resources.
KeyclicApi.FeedbackApigetFeedbackGET /feedbacks/{feedback}Retrieve one Feedback resource.
KeyclicApi.ImageApideleteImageByOperationAndImageDELETE /operations/{operation}/images/{image}Remove one Image resource.
KeyclicApi.ImageApigetImageByFeedbackAndImageAndWidthAndHeightGET /feedbacks/{feedback}/images/{image}/{width}/{height}Retrieve one Image resource.
KeyclicApi.ImageApigetImageByOperationAndImageAndWidthAndHeightGET /operations/{operation}/images/{image}/{width}/{height}Retrieve one Image resource.
KeyclicApi.ImageApigetImageByPersonAndWidthAndHeightGET /people/{person}/image/{width}/{height}Retrieve one Image resource.
KeyclicApi.ImageApipostImageByFeedbackPOST /feedbacks/{feedback}/imagesCreate one Image resource.
KeyclicApi.ImageApipostImageByOperationPOST /operations/{operation}/imagesCreate one Image resource.
KeyclicApi.IssueApipostIssuePOST /feedbacks/issuesCreate one Issue resource.
KeyclicApi.LogApicgetLogsByOperationGET /operations/{operation}/logsRetrieve all Log resources.
KeyclicApi.LoginApipostLoginPOST /security/loginCreate one Login resource.
KeyclicApi.LogoApigetLogoByOrganizationAndWidthAndHeightGET /organizations/{organization}/logo/{width}/{height}Retrieve one Logo resource.
KeyclicApi.MemberApicgetMembersByOrganizationGET /organizations/{organization}/membersRetrieve all Member resources.
KeyclicApi.MemberApideleteMemberByOrganizationAndMemberDELETE /organizations/{organization}/members/{member}Remove one Member resource.
KeyclicApi.MemberApigetMemberByOrganizationAndMemberGET /organizations/{organization}/members/{member}Retrieve one Member resource.
KeyclicApi.MemberApipatchMemberByOrganizationAndMemberPATCH /organizations/{organization}/members/{member}Edit one Member resource.
KeyclicApi.MemberApipostMemberByOrganizationPOST /organizations/{organization}/membersCreate one Member resource.
KeyclicApi.OperationApicgetOperationsByOrganizationGET /organizations/{organization}/operationsRetrieve all Operation resources.
KeyclicApi.OperationApicgetOperationsByPersonGET /people/{person}/operationsRetrieve all Operation resources.
KeyclicApi.OperationApicgetOperationsByReportGET /reports/{report}/operationsRetrieve all Operation resources.
KeyclicApi.OperationApideleteOperationDELETE /operations/{operation}Remove one Operation resource.
KeyclicApi.OperationApigetOperationGET /operations/{operation}Retrieve one Operation resource.
KeyclicApi.OperationApipatchOperationPATCH /operations/{operation}Edit one Operation resource.
KeyclicApi.OperationApipostOperationPOST /operationsCreate one Operation resource.
KeyclicApi.OrganizationApicgetOrganizationsGET /organizationsRetrieve all Organization resources.
KeyclicApi.OrganizationApigetOrganizationGET /organizations/{organization}Retrieve one Organization resource.
KeyclicApi.OrganizationApipatchOrganizationPATCH /organizations/{organization}Edit one Organization resource.
KeyclicApi.OrganizationApipostOrganizationPOST /organizationsCreate one Organization resource.
KeyclicApi.PersonApicgetPeopleGET /peopleRetrieve all Person resources.
KeyclicApi.PersonApigetPersonGET /people/{person}Retrieve one Person resource.
KeyclicApi.PersonApipatchPersonPATCH /people/{person}Edit one Person resource.
KeyclicApi.PlaceApicgetPlacesGET /placesRetrieve all Place resources.
KeyclicApi.PlaceApicgetPlacesByOrganizationGET /organizations/{organization}/placesRetrieve all Place resources.
KeyclicApi.PlaceApigetPlaceGET /places/{place}Retrieve one Place resource.
KeyclicApi.PlaceApipatchPlacePATCH /places/{place}Edit one Place resource.
KeyclicApi.PlaceApipostPlaceByOrganizationPOST /organizations/{organization}/placesCreate one Place resource.
KeyclicApi.RegisterApipostRegisterPOST /security/registerCreate one Register resource.
KeyclicApi.RelationshipApicgetRelationshipsByOrganizationGET /organizations/{organization}/relationshipsRetrieve all Relationship resources.
KeyclicApi.RelationshipApideleteRelationshipByOrganizationAndRelationshipDELETE /organizations/{organization}/relationships/{relationship}Remove one Relationship resource.
KeyclicApi.RelationshipApipostRelationshipByOrganizationPOST /organizations/{organization}/relationshipsCreate one Relationship resource.
KeyclicApi.ReportApicgetReportsByOrganizationGET /organizations/{organization}/reportsRetrieve all Report resources.
KeyclicApi.ReportApigetReportGET /reports/{report}Retrieve one Report resource.
KeyclicApi.ReportApipatchReportPATCH /reports/{report}Edit one Report resource.
KeyclicApi.ResetApipostResetPOST /security/password/change-requestCreate one Reset resource.
KeyclicApi.StateApipatchStateByFeedbackPATCH /feedbacks/{feedback}/stateEdit one State resource.
KeyclicApi.StateApipatchStateByOperationPATCH /operations/{operation}/stateEdit one State resource.
KeyclicApi.StateApipatchStateByReportPATCH /reports/{report}/stateEdit one State resource.
KeyclicApi.TrackingApigetTrackingByFeedbackGET /feedbacks/{feedback}/trackingRetrieve one Tracking resource.
KeyclicApi.TrackingApigetTrackingByReportGET /reports/{report}/trackingRetrieve one Tracking resource.
KeyclicApi.TransitionApipostTransitionByFeedbackPOST /feedbacks/{feedback}/workflow/transitionCreate one Transition resource.
KeyclicApi.TransitionApipostTransitionByOperationPOST /operations/{operation}/workflow/transitionCreate one Transition resource.
KeyclicApi.TransitionApipostTransitionByReportPOST /reports/{report}/workflow/transitionCreate one Transition resource.

Documentation for Models

Documentation for Authorization

bearer

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

FAQs

Package last updated on 05 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc