ApChallengeMicroservice - JavaScript client for ap_challenge_microservice Services that provide access and interaction with all sorts of challenges, including design, dev, single round matches, and marathon matches. This SDK is automatically generated by the Swagger Codegen project:
- API version: 1.0.5
- Package version: 1.0.5
- Build date: 2017-09-26T14:42:34.815+05:30
- Build package: class io.swagger.codegen.languages.JavascriptClientCodegen
For Node.js
To publish the library as a npm, please follow the procedure in "Publishing npm packages".
Then install it via:
npm install ap_challenge_microservice --save
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
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.
Please follow the installation instruction and execute the following JS code:
var ApChallengeMicroservice = require('ap_challenge_microservice');
var defaultClient = ApChallengeMicroservice.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 ApChallengeMicroservice.DefaultApi()
var id = "id_example"; // {String} the id of the draft challenge
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.activateChallenge(id, callback);
All URIs are relative to http://api.topcoder.com/v3
Class | Method | HTTP request | Description |
---|---|---|---|
ApChallengeMicroservice.DefaultApi | activateChallenge | POST /challenges/{id}/activate | |
ApChallengeMicroservice.DefaultApi | cancelPrivateContest | POST /challenges/{id}/cancel | |
ApChallengeMicroservice.DefaultApi | challengeResultsGet | GET /challengeResults | |
ApChallengeMicroservice.DefaultApi | challengesGet | GET /challenges | |
ApChallengeMicroservice.DefaultApi | challengesIdGet | GET /challenges/{id} | |
ApChallengeMicroservice.DefaultApi | challengesIdPut | PUT /challenges/{id} | |
ApChallengeMicroservice.DefaultApi | challengesIdResourcesDelete | DELETE /challenges/{id}/resources | |
ApChallengeMicroservice.DefaultApi | challengesIdResourcesGet | GET /challenges/{id}/resources | |
ApChallengeMicroservice.DefaultApi | challengesIdResourcesPost | POST /challenges/{id}/resources | |
ApChallengeMicroservice.DefaultApi | closePrivateContest | POST /challenges/{id}/close | |
ApChallengeMicroservice.DefaultApi | directChallengesGet | GET /direct/challenges | |
ApChallengeMicroservice.DefaultApi | getChallengeTypes | GET /challenge-types | |
ApChallengeMicroservice.DefaultApi | marathonMatcheResultsGet | GET /marathonMatcheResults | |
ApChallengeMicroservice.DefaultApi | marathonMatchesGet | GET /marathonMatches | |
ApChallengeMicroservice.DefaultApi | membersHandleChallengesGet | GET /members/{handle}/challenges | |
ApChallengeMicroservice.DefaultApi | membersHandleMmsGet | GET /members/{handle}/mms | |
ApChallengeMicroservice.DefaultApi | membersHandleSrmsGet | GET /members/{handle}/srms | |
ApChallengeMicroservice.DefaultApi | phasesGet | GET /phases | |
ApChallengeMicroservice.DefaultApi | platformsGet | GET /platforms | |
ApChallengeMicroservice.DefaultApi | platformsIdDelete | DELETE /platforms/{id} | |
ApChallengeMicroservice.DefaultApi | platformsIdPatch | PATCH /platforms/{id} | |
ApChallengeMicroservice.DefaultApi | platformsPost | POST /platforms | |
ApChallengeMicroservice.DefaultApi | registerChallenge | POST /challenges/{id}/register | |
ApChallengeMicroservice.DefaultApi | saveDraftContest | POST /challenges | |
ApChallengeMicroservice.DefaultApi | srmResultsGet | GET /srmResults | |
ApChallengeMicroservice.DefaultApi | srmsGet | GET /srms | |
ApChallengeMicroservice.DefaultApi | technologiesGet | GET /technologies | |
ApChallengeMicroservice.DefaultApi | technologiesIdDelete | DELETE /technologies/{id} | |
ApChallengeMicroservice.DefaultApi | technologiesIdPatch | PATCH /technologies/{id} | |
ApChallengeMicroservice.DefaultApi | technologiesPost | POST /technologies | |
ApChallengeMicroservice.DefaultApi | unregisterChallenge | POST /challenges/{id}/unregister |
- ApChallengeMicroservice.AddResourceBody
- ApChallengeMicroservice.Challenge
- ApChallengeMicroservice.ChallengeFailedRegisterUsers
- ApChallengeMicroservice.ChallengeProperties
- ApChallengeMicroservice.ChallengeResponse
- ApChallengeMicroservice.ChallengeResponseResult
- ApChallengeMicroservice.ChallengeTechnologies
- ApChallengeMicroservice.ChallengeTypeResponse
- ApChallengeMicroservice.ChallengeTypeResponseResult
- ApChallengeMicroservice.ChallengeTypeResponseResultContent
- ApChallengeMicroservice.ChallengeUpdate
- ApChallengeMicroservice.DirectChallenge
- ApChallengeMicroservice.DirectPrize
- ApChallengeMicroservice.ErrorModel
- ApChallengeMicroservice.ErrorModelResult
- ApChallengeMicroservice.GetResourceResponse
- ApChallengeMicroservice.GetResourceResult
- ApChallengeMicroservice.InlineResponse200
- ApChallengeMicroservice.InlineResponse2001
- ApChallengeMicroservice.InlineResponse20010
- ApChallengeMicroservice.InlineResponse20010Result
- ApChallengeMicroservice.InlineResponse20010ResultContent
- ApChallengeMicroservice.InlineResponse20011
- ApChallengeMicroservice.InlineResponse20011Result
- ApChallengeMicroservice.InlineResponse20011ResultContent
- ApChallengeMicroservice.InlineResponse2001Result
- ApChallengeMicroservice.InlineResponse2001ResultContent
- ApChallengeMicroservice.InlineResponse2001ResultEvents
- ApChallengeMicroservice.InlineResponse2001ResultSubmissions
- ApChallengeMicroservice.InlineResponse2001ResultWinners
- ApChallengeMicroservice.InlineResponse2002
- ApChallengeMicroservice.InlineResponse2002Result
- ApChallengeMicroservice.InlineResponse2002ResultContent
- ApChallengeMicroservice.InlineResponse2002ResultContentDocument
- ApChallengeMicroservice.InlineResponse2002ResultContentEvent
- ApChallengeMicroservice.InlineResponse2002ResultContentWinners
- ApChallengeMicroservice.InlineResponse2003
- ApChallengeMicroservice.InlineResponse2003Result
- ApChallengeMicroservice.InlineResponse2003ResultMetadata
- ApChallengeMicroservice.InlineResponse2004
- ApChallengeMicroservice.InlineResponse2004Result
- ApChallengeMicroservice.InlineResponse2004ResultContent
- ApChallengeMicroservice.InlineResponse2005
- ApChallengeMicroservice.InlineResponse2005Result
- ApChallengeMicroservice.InlineResponse2005ResultContent
- ApChallengeMicroservice.InlineResponse2006
- ApChallengeMicroservice.InlineResponse2006Result
- ApChallengeMicroservice.InlineResponse2006ResultContent
- ApChallengeMicroservice.InlineResponse2006ResultUserDetails
- ApChallengeMicroservice.InlineResponse2007
- ApChallengeMicroservice.InlineResponse2007Result
- ApChallengeMicroservice.InlineResponse2007ResultContent
- ApChallengeMicroservice.InlineResponse2007ResultRounds
- ApChallengeMicroservice.InlineResponse2007ResultUserMMDetails
- ApChallengeMicroservice.InlineResponse2008
- ApChallengeMicroservice.InlineResponse2008Result
- ApChallengeMicroservice.InlineResponse2008ResultContent
- ApChallengeMicroservice.InlineResponse2008ResultRounds
- ApChallengeMicroservice.InlineResponse2009
- ApChallengeMicroservice.InlineResponse2009Result
- ApChallengeMicroservice.InlineResponse2009ResultContent
- ApChallengeMicroservice.InlineResponse200Result
- ApChallengeMicroservice.InlineResponse200ResultContent
- ApChallengeMicroservice.ManageResourceResponse
- ApChallengeMicroservice.ManageResourceResult
- ApChallengeMicroservice.NewChallengeBodyParam
- ApChallengeMicroservice.NewPlatformBodyParam
- ApChallengeMicroservice.NewTechnologyBodyParam
- ApChallengeMicroservice.NormalResponse
- ApChallengeMicroservice.NormalResponseResult
- ApChallengeMicroservice.NullResponse
- ApChallengeMicroservice.NullResponseResult
- ApChallengeMicroservice.Platform
- ApChallengeMicroservice.PlatformArrayResponse
- ApChallengeMicroservice.PlatformArrayResponseResult
- ApChallengeMicroservice.PlatformResponse
- ApChallengeMicroservice.PlatformResponseResult
- ApChallengeMicroservice.RemoveResourceBody
- ApChallengeMicroservice.ResponseMetadata
- ApChallengeMicroservice.Status
- ApChallengeMicroservice.Technology
- ApChallengeMicroservice.TechnologyArrayResponse
- ApChallengeMicroservice.TechnologyArrayResponseResult
- ApChallengeMicroservice.TechnologyResponse
- ApChallengeMicroservice.TechnologyResponseResult
- ApChallengeMicroservice.UpdateChallengeBodyParam
- ApChallengeMicroservice.ValidationErrorModel
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header