Sha256: e23578ba37a767b6d939004b73d65e450b82a8e8d0a659ad59974a5d7c2839cd
Contents?: true
Size: 569 Bytes
Versions: 1
Compression:
Stored size: 569 Bytes
Contents
# Server.resource_api '', "/rc/#{Rhoconnect::API_VERSION}/app/search", :post, \ # {:admin_route => false, :login_required => true, :deprecated_route => {:verb => :get, :url => ['/application/search', '/api/application/search']}} do # content_type :json # res = ClientSync.search_all(current_client,params) # response.headers[Rhoconnect::PAGE_TOKEN_HEADER] = res[0][1]['token'] if res[0][1] and res[0][1]['token'] # response.headers[Rhoconnect::PAGE_OBJECT_COUNT_HEADER] = res[0][3]['count'].to_s if res[0][3] and res[0][3]['count'] # res.to_json # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rhoconnect-4.0.0.beta.10 | lib/rhoconnect/api/app/search.rb |