Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 322 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 322 Bytes

Lucidchart Oauth 1 API Client

A basic NodeJS client in TypeScript for the Lucidchart Oauth 1 endpoints. It contains the authentication process to retrieve the access token and one example API call getting the list of all documents.

  • Installation: npm install
  • Execution: npm start