Skip to content

Commit

Permalink
add preflight to SignalflowClient (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
abannon authored and 9park committed Jun 19, 2019
1 parent 9b003e3 commit 5f9cb63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/client/signalflow/signalflow_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ function SignalflowClient(apiToken, options) {
},
explain: function (opts) {
return signalflowRequest(opts, 'explain');
},
preflight: function (opts) {
return signalflowRequest(opts, 'preflight');
}
};
}
Expand Down

0 comments on commit 5f9cb63

Please sign in to comment.