Using faro-web-sdk with data.gov

TypeScript integration

Install
npm install faro-web-sdk
Quick start
import Faro_web_sdk from 'faro-web-sdk';

const client = new Faro_web_sdk({ apiKey: "YOUR_API_KEY" });
Returns Docket information
curl \
  # append ?api_key=$API_KEY to the URL \
  /docket.{response_format}
Returns Document information
curl \
  # append ?api_key=$API_KEY to the URL \
  /document.{response_format}
Search for Documents
curl \
  # append ?api_key=$API_KEY to the URL \
  /documents.{response_format}
SDK on GitHub 📄 API Docs
SDK
faro-web-sdk
TypeScript
API
data.gov
data.gov
At a glance
Language TypeScript
Endpoints3