module FileboundClient::Endpoints::Version

Module for Version resource endpoint

Public Instance Methods

api_version() click to toggle source

Gets the API version @return [String] the API version

# File lib/filebound_client/endpoints/version.rb, line 7
def api_version
  get('/version')
end