Skip to content

Instantly share code, notes, and snippets.

@mb8z
Last active July 28, 2021 23:20
Show Gist options
  • Save mb8z/c78c813b8069bc77ea13fa25f69b60a9 to your computer and use it in GitHub Desktop.
Save mb8z/c78c813b8069bc77ea13fa25f69b60a9 to your computer and use it in GitHub Desktop.
const useDocty = require('@usedocty/node');
const Docty = useDocty('{{API_KEY}}');
const example = async () => {
const documents = await Docty.Documents.get('document-uuid-is-here');
console.log('Document:', document);
};
example();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment