Skip to content

Instantly share code, notes, and snippets.

{
"ticket": {
"url": "https://d3v-terraform-provider.zendesk.com/api/v2/tickets/4.json",
"id": 4,
"external_id": null,
"via": {
"channel": "api",
"source": {
"from": {},
"to": {},
{
"ticket": {
"url": "https://d3v-terraform-provider.zendesk.com/api/v2/tickets/4.json",
"id": 4,
"external_id": null,
"via": {
"channel": "api",
"source": {
"from": {},
"to": {},
@tamccall
tamccall / dai.js
Last active February 7, 2020 04:19
#!/usr/bin/env node
const McdPlugin = require("@makerdao/dai-plugin-mcd");
const Maker = require("@makerdao/dai");
async function main() {
const maker = await Maker.create('http', {
// the usual configuration options go here...
plugins: [
[McdPlugin, {}] // the second argument can be used to pass options to the plugin