Class: Cocoafish::Endpoint

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoafish/endpoint.rb

Class Method Summary collapse

Class Method Details

.url(realm, path) ⇒ Object



6
7
8
# File 'lib/cocoafish/endpoint.rb', line 6

def url(realm, path)
  [realm, API_VERSION, path].join('/')        
end