Sha256: eebcafeaaf139c4df5188d1fb5d6a5db32c568cbd1148a2027f23d95e29cbcdb
Contents?: true
Size: 552 Bytes
Versions: 2
Compression:
Stored size: 552 Bytes
Contents
module Freefeed class Archive < ResourceKitling::Resource actions do action :restoration do verb :post version :v2 path '/archives/restoration' end action :activities do verb :put version :v2 path '/archives/activities' end action :post_by_old_name do verb :get version :v2 path '/archives/post-by-old-name/:name' end action :stats do verb :get version :v2 path '/archives-stats' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
freefeed-client-1.1.0 | lib/freefeed/resources/archive.rb |
freefeed-client-0.1.0 | lib/freefeed/resources/archive.rb |