Sha256: 8b2320475b4bff5c810bdf4f0a12e45d1f2643159e74976da625b605bd4cd8a7

Contents?: true

Size: 386 Bytes

Versions: 8

Compression:

Stored size: 386 Bytes

Contents

# frozen_string_literal: true

module OpenRecycling
  module Org
    class Applications < OpenRecycling::Resource
      def initialize(base_url: nil, jwt_token: nil)
        super(
          root_node_singular: "application",
          root_node_plural: "applications",
          api_url: "#{base_url}/applications",
          jwt_token: jwt_token
        )
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
open_recycling-0.0.8 lib/open_recycling/apps/applications.rb
open_recycling-0.0.7 lib/open_recycling/apps/applications.rb
open_recycling-0.0.6 lib/open_recycling/apps/applications.rb
open_recycling-0.0.5 lib/open_recycling/apps/applications.rb
open_recycling-0.0.4 lib/open_recycling/apps/applications.rb
open_recycling-0.0.3 lib/open_recycling/apps/applications.rb
open_recycling-0.0.2 lib/open_recycling/org/applications.rb
open_recycling-0.0.1 lib/open_recycling/org/applications.rb