5.0.0 • Published 5 years ago

@datafire/hackathonwatch v5.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/hackathonwatch

Client library for HackathonWatch

Installation and Usage

npm install --save @datafire/hackathonwatch
let hackathonwatch = require('@datafire/hackathonwatch').create();

.then(data => {
  console.log(data);
});

Description

Actions

hackathons.coming.json.get

Return a list of coming hackathons

hackathonwatch.hackathons.coming.json.get({}, context)

Input

  • input object
    • page integer: Specify the page of coming hackathons.

Output

Output schema unknown

hackathons.id.json.get

Return the detail of a given hackathon

hackathonwatch.hackathons.id.json.get({
  "id": 0
}, context)

Input

  • input object
    • id required integer: ID of the hackathon for detail information

Output

Output schema unknown

swagger_doc.json.get

Swagger compatible API description

hackathonwatch.swagger_doc.json.get(null, context)

Input

This action has no parameters

Output

Output schema unknown

swagger_doc.name.json.get

Swagger compatible API description for specific API

hackathonwatch.swagger_doc.name.json.get({
  "name": ""
}, context)

Input

  • input object
    • name required string: Resource name of mounted API

Output

Output schema unknown

Definitions

This integration has no definitions