4.0.0 • Published 7 years ago

@datafire/cloud_gov v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@datafire/cloud_gov

Client library for Discovery Market Research

Installation and Usage

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

cloud_gov.List_Contracts({
  "duns": ""
}).then(data => {
  console.log(data);
});

Description

Actions

List_Contracts

cloud_gov.List_Contracts({
  "duns": ""
}, context)

Input

  • input object
    • duns required string: A 9-digit DUNS number that uniquely identifies a vendor (required).
    • naics string: a six digit NAICS code used to filter by contracts with a certain NAICS
    • sort string: a field to sort on. Choices are date, status, agency, and amount
    • direction string: The sort direction of the results. Choices are asc or desc.
    • page string: the page to start on. Results are paginated in increments of 100. Begins at page=1.

Output

Output schema unknown

Metadata

cloud_gov.Metadata(null, context)

Input

This action has no parameters

Output

Output schema unknown

List_Naics

cloud_gov.List_Naics(null, context)

Input

This action has no parameters

Output

Output schema unknown

Get_Vendor

cloud_gov.Get_Vendor({
  "duns": ""
}, context)

Input

  • input object
    • duns required string: a nine digit DUNS number that uniquely identifies the vendor (required)

Output

Output schema unknown

List_Vendors

cloud_gov.List_Vendors({
  "naics": ""
}, context)

Input

  • input object
    • naics required string: a six digit NAICS code (required)
    • setasides array: a comma delimited list of two character setaside codes to filter by. Ex. setasides=A6,A5 will filter by 8a and veteran owned business.
    • vehicle string: Choices are either oasis or oasissb. Will filter vendors by their presence in either the OASIS unrestricted vehicle or the OASIS Small Business vehicle.

Output

Output schema unknown

Definitions

This integration has no definitions

4.0.0

7 years ago

3.0.0

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago