TypeScript integration
import Circleci_node from 'circleci-node'; const client = new Circleci_node({ apiKey: "YOUR_API_KEY" });
curl \ # append ?circle-token=$API_KEY to the URL \ https://circleci.com/api/v1/me
curl \ # append ?circle-token=$API_KEY to the URL \ https://circleci.com/api/v1/projects
curl \ # append ?circle-token=$API_KEY to the URL \ https://circleci.com/api/v1/recent-builds