class DTK::Client::Operation::Service

Constants

BaseRoute
OPERATIONS

TODO: remove deprecated operations

Private Class Methods

service_exists?(service_ref, opts = {}) click to toggle source
# File lib/client/operation/service.rb, line 62
def self.service_exists?(service_ref, opts = {})
  response = rest_get("#{BaseRoute}/#{service_ref}/base_and_nested_repo_info")
  response.data.empty? ? nil : response
end