Method: Morpheus::LibraryInstanceTypesInterface#list
- Defined in:
- lib/morpheus/api/library_instance_types_interface.rb
#list(params = {}) ⇒ Object
15 16 17 18 19 20 |
# File 'lib/morpheus/api/library_instance_types_interface.rb', line 15 def list(params={}) url = "#{@base_url}/api/library" headers = { params: params, authorization: "Bearer #{@access_token}" } opts = {method: :get, url: url, headers: headers} execute(opts) end |