This commit is contained in:
Seth Call 2021-12-01 13:28:44 -06:00 committed by Nuwan
parent 9b94ea6351
commit e491461f64
1 changed files with 6 additions and 0 deletions

View File

@ -658,6 +658,12 @@ class ApiUsersController < ApiController
# This is very similar to api_music_sessions#perf_upload # This is very similar to api_music_sessions#perf_upload
# This should largely be moved into a library somewhere in jam-ruby. # This should largely be moved into a library somewhere in jam-ruby.
#
# stats/SessionQ
# stats/perfuploadercrashdumpupload
# stats/ars_list
# stats/client_session
# stats/client_ars_list
def crash_dump def crash_dump
# example of using curl to access this API: # example of using curl to access this API:
# curl -L -T some_file -X PUT http://localhost:3000/api/dumps?client_type=[MacOSX/Win32/JamBox]&client_version=[VERSION]&client_id=[CLIENT_ID]&session_id=[SESSION_ID]&timestamp=[TIMESTAMP]&fsize=10K&crash_context="Blahblahblab" # curl -L -T some_file -X PUT http://localhost:3000/api/dumps?client_type=[MacOSX/Win32/JamBox]&client_version=[VERSION]&client_id=[CLIENT_ID]&session_id=[SESSION_ID]&timestamp=[TIMESTAMP]&fsize=10K&crash_context="Blahblahblab"