Sha256: c609dde9b530ad94fadfc7d7b5b0b0613e617c481315868a8a3362a42e6ad5f9
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
module Freefeed class Invitation < ResourceKitling::Resource actions do action :create do verb :post version :v2 path '/invitations' end action :get do verb :get version :v2 path '/invitations/:id' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
freefeed-client-1.1.0 | lib/freefeed/resources/invitation.rb |
freefeed-client-0.1.0 | lib/freefeed/resources/invitation.rb |