module States def get_all_states (options={}) options.merge!(basic_auth: @auth, headers: @headers) response = self.class.get(base_api_endpoint("ReferenceData/States"), options) end end