3.0.1 • Published 3 years ago

@competitionlabs/application-services-sdk v3.0.1

Weekly downloads
-
License
CompetitionLabs G...
Repository
github
Last release
3 years ago

competition_labs_admin_services

CompetitionLabsAdminServices - JavaScript client for competition_labs_admin_services CompetitionLabs Application Services are used to manage and configure spaces. This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 3.0.1
  • Package version: 3.0.1
  • Build package: org.openapitools.codegen.languages.JavascriptClientCodegen For more information, please visit https://www.competitionlabs.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 competition_labs_admin_services --save

Finally, you need to build the module:

npm run build
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

To use the link you just defined in your project, switch to the directory you want to use your competition_labs_admin_services from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

Finally, you need to build the module:

npm run build

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.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

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

var CompetitionLabsAdminServices = require('competition_labs_admin_services');

var defaultClient = CompetitionLabsAdminServices.ApiClient.instance;
// Configure OAuth2 access token for authorization: OAuth2
var OAuth2 = defaultClient.authentications['OAuth2'];
OAuth2.accessToken = "YOUR ACCESS TOKEN"

var api = new CompetitionLabsAdminServices.AchievementsApi()
var body = [new CompetitionLabsAdminServices.CreateAchievementRequest()]; // {[CreateAchievementRequest]} Create Achievements in the CompetitionLabs database
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.createAchievements(body, callback);

Documentation for API Endpoints

All URIs are relative to https://api.competitionlabs.io

ClassMethodHTTP requestDescription
CompetitionLabsAdminServices.AchievementsApicreateAchievementsPOST /achievements
CompetitionLabsAdminServices.AchievementsApideleteAchievementsDELETE /achievements
CompetitionLabsAdminServices.AchievementsApideleteAchievementsByQueryPOST /achievements/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.AchievementsApigetAchievementIconListGET /achievements/iconsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.AchievementsApigetAchievementToCloneGET /achievements/{id}/cloneNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.AchievementsApigetAchievementsGET /achievements
CompetitionLabsAdminServices.AchievementsApigetAchievementsByQueryPOST /achievements/query
CompetitionLabsAdminServices.AchievementsApigetAntecendentsForAchievementGET /achievements/{id}/antecedentsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.AchievementsApigetDesendentsForAchievementGET /achievements/{id}/descendentsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.AchievementsApigetIssuedAchievementsCountByIdGET /achievements/{id}/issuedNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.AchievementsApigetMembersAchievementsDetailsGET /achievements/{id}/membersNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.AchievementsApiupdateAchievementsPUT /achievements
CompetitionLabsAdminServices.AchievementsApiupdateAchievementsLiveStatusPUT /achievements/stateNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.AchievementsApiuploadAchievementsIconPOST /achievements/iconsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ActionTypesApicreateActionTypesPOST /action-types
CompetitionLabsAdminServices.ActionTypesApideleteActionTypesDELETE /action-types
CompetitionLabsAdminServices.ActionTypesApideleteActionTypesByQueryPOST /action-types/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ActionTypesApigetActionTypesGET /action-types
CompetitionLabsAdminServices.ActionTypesApigetActionTypesByQueryPOST /action-types/query
CompetitionLabsAdminServices.ActionTypesApiupdateActionTypesPUT /action-types
CompetitionLabsAdminServices.ApiKeysApicreateApiKeysPOST /api-keys
CompetitionLabsAdminServices.ApiKeysApideleteApiKeysByIdDELETE /api-keys/{id}
CompetitionLabsAdminServices.ApiKeysApideleteApiKeysByQueryPOST /api-keys/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ApiKeysApigetApiKeysByIdGET /api-keys/{id}
CompetitionLabsAdminServices.ApiKeysApigetApiKeysByQueryPOST /api-keys/query
CompetitionLabsAdminServices.ApiKeysApigetListOfApiKeysGET /api-keys
CompetitionLabsAdminServices.ApiKeysApiupdateApiKeysPUT /api-keys
CompetitionLabsAdminServices.AwardsApiclaimAwardsPUT /awards/claim
CompetitionLabsAdminServices.AwardsApigetAwardsGET /awards
CompetitionLabsAdminServices.AwardsApigetAwardsByQueryPOST /awards/query
CompetitionLabsAdminServices.CollaboratorsApicreateCollaboratorsPOST /collaborators
CompetitionLabsAdminServices.CollaboratorsApideleteCollaboratorsDELETE /collaborators
CompetitionLabsAdminServices.CollaboratorsApigetAvailableRolesForCollaboratorsGET /collaborators/available-roles
CompetitionLabsAdminServices.CollaboratorsApigetCollaboratorsGET /collaborators
CompetitionLabsAdminServices.CollaboratorsApiupdateCollaboratorsPUT /collaborators
CompetitionLabsAdminServices.CompetitionsApicreateCompetitionsPOST /competitions
CompetitionLabsAdminServices.CompetitionsApigetCompetitionsGET /competitions
CompetitionLabsAdminServices.CompetitionsApigetCompetitionsBracketsGET /competitions/{id}/bracketsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.CompetitionsApigetCompetitionsByQueryPOST /competitions/query
CompetitionLabsAdminServices.CompetitionsApigetCompetitionsToCloneGET /competitions/{id}/cloneNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.CompetitionsApigetContestsForCompetitionsGET /competitions/{id}/contestsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.CompetitionsApigetLeaderboardByCompetitionIdGET /competitions/{id}/leaderboardsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.CompetitionsApigetListOfEntrantsGET /competitions/{id}/entriesNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.CompetitionsApiupdateCompetitionsPUT /competitions
CompetitionLabsAdminServices.CompetitionsApiupdateCompetitionsEntriesPUT /competitions/entriesNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.CompetitionsApiupdateCompetitionsStatePUT /competitions/stateNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApicreateConnectionsPOST /connectionsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApicreateKafkaConnectionsPOST /connections/kafkaNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApicreateRabbitMQConnectionsPOST /connections/rabbitmqNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApicreateSqsConnectionsPOST /connections/sqsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApideleteConnectionsDELETE /connectionsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApideleteConnectionsByQueryPOST /connections/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApideleteKafkaConnectionsDELETE /connections/kafkaNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApideleteKafkaConnectionsByQueryPOST /connections/kafka/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApideleteRabbitMQConnectionsDELETE /connections/rabbitmqNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApideleteRabbitMQConnectionsByQueryPOST /connections/rabbitmq/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApideleteSqsConnectionsDELETE /connections/sqsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApideleteSqsConnectionsByQueryPOST /connections/sqs/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApigetConnectionsGET /connectionsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApigetConnectionsByQueryPOST /connections/queryNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApigetKafkaConnectionsGET /connections/kafkaNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApigetKafkaConnectionsByQueryPOST /connections/kafka/queryNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApigetRabbitMQConnectionsGET /connections/rabbitmqNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApigetRabbitMQConnectionsByQueryPOST /connections/rabbitmq/queryNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApigetSqsConnectionsGET /connections/sqsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApigetSqsConnectionsByQueryPOST /connections/sqs/queryNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApiupdateConnectionsPUT /connectionsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApiupdateConnectionsStatePOST /connections/stateNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApiupdateKafkaConnectionsPUT /connections/kafkaNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApiupdateKafkaConnectionsStatePOST /connections/kafka/stateNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApiupdateRabbitMQConnectionsPUT /connections/rabbitmqNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApiupdateRabbitMQConnectionsStatePOST /connections/rabbitmq/stateNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApiupdateSqsConnectionsPUT /connections/sqsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ConsumersApiupdateSqsConnectionsStatePOST /connections/sqs/stateNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ContestsApicreateContestsPOST /contests
CompetitionLabsAdminServices.ContestsApigetChildrenOfContestGET /contests/{id}/childrenNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ContestsApigetContestsGET /contests
CompetitionLabsAdminServices.ContestsApigetContestsByQueryPOST /contests/query
CompetitionLabsAdminServices.ContestsApigetContestsLeaderboardByIdGET /contests/{id}/leaderboardNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ContestsApigetContestsToCloneGET /contests/{id}/cloneNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ContestsApigetListOfEntrantsForContestGET /contests/{id}/entriesNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ContestsApigetParentsOfContestGET /contests/{id}/parentsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ContestsApiupdateContestPUT /contests
CompetitionLabsAdminServices.ContestsApiupdateContestsStatePUT /contests/stateNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.CustomFieldsApicreateCustomFieldsPOST /custom-fields
CompetitionLabsAdminServices.CustomFieldsApideleteCustomFieldsDELETE /custom-fields
CompetitionLabsAdminServices.CustomFieldsApideleteCustomFieldsByQueryPOST /custom-fields/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.CustomFieldsApigetCustomFieldsGET /custom-fields
CompetitionLabsAdminServices.CustomFieldsApigetCustomFieldsByQueryPOST /custom-fields/query
CompetitionLabsAdminServices.CustomFieldsApiupdateCustomFieldsPUT /custom-fields
CompetitionLabsAdminServices.DefaultApideleteSpaceDELETE /spacesNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.EventsApicreateEventsPOST /events
CompetitionLabsAdminServices.EventsApigetEventsGET /events
CompetitionLabsAdminServices.EventsApigetEventsByQueryPOST /events/query
CompetitionLabsAdminServices.FilesApicopyFileObjectsPOST /files/copyNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.FilesApicreateFolderPOST /files
CompetitionLabsAdminServices.FilesApideleteFileObjectByIdDELETE /files
CompetitionLabsAdminServices.FilesApideleteFileObjectsByQueryPOST /files/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.FilesApidownloadFileObjectGET /files/downloadNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.FilesApigetFileObjectsByQueryPOST /files/query
CompetitionLabsAdminServices.FilesApigetListOfFileObjectsGET /files
CompetitionLabsAdminServices.FilesApiupdateFileObjectPUT /files
CompetitionLabsAdminServices.FilesApiuploadFileObjectPOST /files/uploadNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.LanguagesApicreateLanguagesPOST /languages
CompetitionLabsAdminServices.LanguagesApideleteLanguagesDELETE /languages
CompetitionLabsAdminServices.LanguagesApideleteLanguagesByQueryPOST /languages/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.LanguagesApigetLanguagesGET /languages
CompetitionLabsAdminServices.LanguagesApigetLanguagesByQueryPOST /languages/query
CompetitionLabsAdminServices.LanguagesApigetListOfAllLanguagesGET /languages/available
CompetitionLabsAdminServices.LanguagesApiupdateLanguagesPUT /languages
CompetitionLabsAdminServices.MembersApicreateMembersPOST /members
CompetitionLabsAdminServices.MembersApideleteMembersDELETE /members
CompetitionLabsAdminServices.MembersApideleteMembersByQueryPOST /members/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MembersApigetAchievementsForMembersGET /members/{id}/achievementsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MembersApigetAwardsForMembersGET /members/{id}/awardsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MembersApigetCompetitionsForMembersGET /members/{id}/competitionsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MembersApigetContestsForMembersGET /members/{id}/contestsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MembersApigetMembersGET /members
CompetitionLabsAdminServices.MembersApigetMembersByQueryPOST /members/query
CompetitionLabsAdminServices.MembersApigetMembersByRefIdGET /members/find-by-ref-identifiers
CompetitionLabsAdminServices.MembersApigetMessagesForMembersGET /members/{id}/inboxNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MembersApiupdateMembersPUT /members
CompetitionLabsAdminServices.MessagesApicreateAccountMessagesPOST /messages/account
CompetitionLabsAdminServices.MessagesApicreateMemberMessagesPOST /messages/member
CompetitionLabsAdminServices.MessagesApicreateNotificationMessagesPOST /messages/notification
CompetitionLabsAdminServices.MessagesApideleteAccountMessagesDELETE /messages/account
CompetitionLabsAdminServices.MessagesApideleteAccountMessagesByQueryPOST /messages/account/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MessagesApideleteMemberMessagesDELETE /messages/member
CompetitionLabsAdminServices.MessagesApideleteMemberMessagesByQueryPOST /messages/member/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MessagesApideleteNotificationMessagesDELETE /messages/notification
CompetitionLabsAdminServices.MessagesApideleteNotificationMessagesByQueryPOST /messages/notification/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MessagesApigetAccountMessagesGET /messages/account
CompetitionLabsAdminServices.MessagesApigetAccountMessagesByQueryPOST /messages/account/query
CompetitionLabsAdminServices.MessagesApigetMemberMessagesGET /messages/member
CompetitionLabsAdminServices.MessagesApigetMemberMessagesByQueryPOST /messages/member/query
CompetitionLabsAdminServices.MessagesApigetNotificationMessagesGET /messages/notification
CompetitionLabsAdminServices.MessagesApigetNotificationMessagesByQueryPOST /messages/notification/query
CompetitionLabsAdminServices.MessagesApitestAccountMessagesByIdPOST /messages/account/{id}/testNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MessagesApitestMemberMessagesByIdPOST /messages/member/{id}/testNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MessagesApitestNotificationMessagesByIdPOST /messages/notification/{id}/testNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MessagesApiupdateAccountMessagesPUT /messages/account
CompetitionLabsAdminServices.MessagesApiupdateAccountMessagesStatusPUT /messages/account/stateNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MessagesApiupdateMemberMessagesPUT /messages/member
CompetitionLabsAdminServices.MessagesApiupdateMemberMessagesStatusPUT /messages/member/stateNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.MessagesApiupdateNotificationMessagesPUT /messages/notification
CompetitionLabsAdminServices.MessagesApiupdateNotificationMessagesStatusPUT /messages/notification/stateNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ProductsApicreateProductsPOST /products
CompetitionLabsAdminServices.ProductsApideleteProductsDELETE /products
CompetitionLabsAdminServices.ProductsApideleteProductsByQueryPOST /products/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ProductsApigetAchievementsForProductsGET /products/{id}/achievementsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ProductsApigetCompetitionsForProductsGET /products/{id}/competitionsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ProductsApigetContestsForProductsGET /products/{id}/contestsNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.ProductsApigetProductsGET /products
CompetitionLabsAdminServices.ProductsApigetProductsByQueryPOST /products/query
CompetitionLabsAdminServices.ProductsApigetProductsByRefIdGET /products/find-by-ref-identifiers/
CompetitionLabsAdminServices.ProductsApiupdateProductsPUT /products
CompetitionLabsAdminServices.RepositoriesApicreateFileObjectRepositoryPOST /repositories
CompetitionLabsAdminServices.RepositoriesApideleteFileObjectRepositoriesByQueryPOST /repositories/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.RepositoriesApideleteFileObjectRepositoryByIdDELETE /repositories
CompetitionLabsAdminServices.RepositoriesApigetFileObjectRepositoriesByQueryPOST /repositories/query
CompetitionLabsAdminServices.RepositoriesApigetListOfFileObjectRepositoriesGET /repositories
CompetitionLabsAdminServices.RepositoriesApiupdateFileObjectRepositoryPUT /repositories
CompetitionLabsAdminServices.RewardTypesApicreateRewardTypesPOST /reward-types
CompetitionLabsAdminServices.RewardTypesApideleteRewardTypesDELETE /reward-types
CompetitionLabsAdminServices.RewardTypesApideleteRewardTypesByQueryPOST /reward-types/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.RewardTypesApigetRewardTypesGET /reward-types
CompetitionLabsAdminServices.RewardTypesApigetRewardTypesByQueryPOST /reward-types/query
CompetitionLabsAdminServices.RewardTypesApiupdateRewardTypesPUT /reward-types
CompetitionLabsAdminServices.RewardsApicreateRewardsPOST /rewards
CompetitionLabsAdminServices.RewardsApideleteRewardsDELETE /rewards
CompetitionLabsAdminServices.RewardsApideleteRewardsByQueryPOST /rewards/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.RewardsApigetRewardsGET /rewards
CompetitionLabsAdminServices.RewardsApigetRewardsByAchievementIdGET /rewards/achievements/{id}NOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.RewardsApigetRewardsByContestIdGET /rewards/contests/{id}NOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.RewardsApigetRewardsByQueryPOST /rewards/query
CompetitionLabsAdminServices.RewardsApiupdateRewardsPUT /rewards
CompetitionLabsAdminServices.RulesApigetRulesByRuleScopeGET /rules/{ruleScope}NOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.RulesApivalidateRulesByRuleScopePOST /rules/{ruleScope}NOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.SpacesApicreateSpacePOST /spaces
CompetitionLabsAdminServices.SpacesApideleteSpacesDELETE /spaces/{spaceName}NOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.SpacesApigetSpaceInfromationGET /spaces
CompetitionLabsAdminServices.SpacesApigetSpacesByNameGET /spaces/{spaceName}
CompetitionLabsAdminServices.SpacesApiupdateSpacePUT /spaces
CompetitionLabsAdminServices.TagsApicreateTagsPOST /tags
CompetitionLabsAdminServices.TagsApideleteTagsDELETE /tags
CompetitionLabsAdminServices.TagsApideleteTagsByQueryPOST /tags/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.TagsApigetTagsGET /tags
CompetitionLabsAdminServices.TagsApigetTagsByQueryPOST /tags/query
CompetitionLabsAdminServices.TagsApiupdateTagsPUT /tags
CompetitionLabsAdminServices.TransformersApicreateTransformersPOST /transformers
CompetitionLabsAdminServices.TransformersApideleteTransformersDELETE /transformers
CompetitionLabsAdminServices.TransformersApideleteTransformersByQueryPOST /transformers/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.TransformersApigetTransformersGET /transformers
CompetitionLabsAdminServices.TransformersApigetTransformersByQueryPOST /transformers/query
CompetitionLabsAdminServices.TransformersApiupdateTransformersPUT /transformers
CompetitionLabsAdminServices.UnitsOfMeasureApicreateUnitsOfMeasurePOST /units-of-measure
CompetitionLabsAdminServices.UnitsOfMeasureApideleteCollaboratorsByQueryPOST /collaborators/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.UnitsOfMeasureApideleteUnitsOfMeasureDELETE /units-of-measure
CompetitionLabsAdminServices.UnitsOfMeasureApideleteUnitsOfMeasureByQueryPOST /units-of-measure/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.UnitsOfMeasureApigetCollaboratorsByQueryPOST /collaborators/queryNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.UnitsOfMeasureApigetUnitsOfMeasureGET /units-of-measure
CompetitionLabsAdminServices.UnitsOfMeasureApigetUnitsOfMeasureByQueryPOST /units-of-measure/query
CompetitionLabsAdminServices.UnitsOfMeasureApiupdateUnitsOfMeasurePUT /units-of-measure
CompetitionLabsAdminServices.UserApigetUserGET /user
CompetitionLabsAdminServices.UserApigetUserMessagesGET /user/inboxNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.UserApigetUserMessagesByIdGET /user/inbox/{id}NOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.UserApimarkAsReadPOST /user/inboxNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.WebhooksApicreateWebhooksPOST /webhooks
CompetitionLabsAdminServices.WebhooksApideleteWebhooksDELETE /webhooks
CompetitionLabsAdminServices.WebhooksApideleteWebhooksByQueryPOST /webhooks/deleteNOT AVAILABLE IN CURRENT RELEASE
CompetitionLabsAdminServices.WebhooksApigetWebhooksGET /webhooks
CompetitionLabsAdminServices.WebhooksApigetWebhooksByQueryPOST /webhooks/query
CompetitionLabsAdminServices.WebhooksApigetWebhooksTriggersGET /webhooks/triggers
CompetitionLabsAdminServices.WebhooksApiupdateWebhooksPUT /webhooks
CompetitionLabsAdminServices.WebhooksApiupdateWebhooksStatePOST /webhooks/stateNOT AVAILABLE IN CURRENT RELEASE

Documentation for Models

3.0.1

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago