btrz-webhooks-denied-fields

:no_entry: Denied fields for the webhooks emitters libraries.

How to use

Elixir

Install…

def deps do
  [
    {:btrz_webhooks_denied_fields, git: "git://github.com/Betterez/btrz-webhooks-denied-fields.git"}
  ]
end

and get the fields

BtrzWebhooksDeniedFields.get_fields()

NodeJS

Install…

"dependencies": {
  "btrz-webhooks-denied-fields": "git+ssh://git@github.com/Betterez/btrz-webhooks-denied-fields.git#master"
}

and get the fields

const deniedFields = require("btrz-webhooks-denied-fields").getFields();