module Fulfillment module Resources module Manifests extend self def create(params={}) response = Request.new("manifests", params).post response.body end end end end