145 146 147 148
# File 'lib/vmc/client.rb', line 145 def app_crashes(name) check_login_status json_get(path(VMC::APPS_PATH, name, "crashes")) end