# File lib/fog/identity/openstack/v3/requests/list_endpoints.rb, line 6 def list_endpoints(options = {}) request( :expects => [200], :method => 'GET', :path => "endpoints", :query => options ) end