notes
This commit is contained in:
parent
9b94ea6351
commit
e491461f64
|
|
@ -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]×tamp=[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]×tamp=[TIMESTAMP]&fsize=10K&crash_context="Blahblahblab"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue