notes
This commit is contained in:
parent
84e3609602
commit
3981c47f9f
|
|
@ -658,6 +658,12 @@ class ApiUsersController < ApiController
|
|||
|
||||
# This is very similar to api_music_sessions#perf_upload
|
||||
# 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
|
||||
# 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]×tamp=[TIMESTAMP]&fsize=10K&crash_context="Blahblahblab"
|
||||
|
|
|
|||
Loading…
Reference in New Issue