Sha256: 3d812f9ed37d9e285edad092b5988d97bfb0bcfabe8a86ef9c81d563cfb705a0
Contents?: true
Size: 370 Bytes
Versions: 2
Compression:
Stored size: 370 Bytes
Contents
# frozen_string_literal: true module OpenRecycling module Org class Webhooks < OpenRecycling::Resource def initialize(base_url: nil, jwt_token: nil) super( root_node_singular: "webhook", root_node_plural: "webhooks", api_url: "#{base_url}/webhooks", jwt_token: jwt_token ) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
open_recycling-0.0.8 | lib/open_recycling/apps/webhooks.rb |
open_recycling-0.0.7 | lib/open_recycling/apps/webhooks.rb |