class ChefZero::Endpoints::UniverseEndpoint
/universe
Public Instance Methods
get(request)
click to toggle source
# File lib/chef_zero/endpoints/universe_endpoint.rb, line 10 def get(request) json_response(200, format_universe_list(request, all_cookbooks_list(request))) end