class Kf5Api::Organization

Constants

ACTIONS_HASH

developer.kf5.com/restfulapi/core/organizations

Public Class Methods

all(query_params = {}) click to toggle source
# File lib/kf5_api/organization.rb, line 12
def all(query_params = {})
  get(ACTIONS_HASH[:all], query_params).parsed_response
end