You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add a http request feature ? :)
Eg: I can write api that store all data in a database.
So we can create with google sheet api fancy spreadsheets or we can use qliksense,tablou or power bi to show progress even connect to dotabuff etc.
I only need a call url part in the script with the mmr, userid and if it possible the match id
Thanks
The text was updated successfully, but these errors were encountered:
You can access CreateHTTPRequestScriptVM or CreateHTTPRequest objects to send request only when a player is in a match Link to usage example:
CreateHTTPRequest( "GET", "http://www.google.com" ):Send( function( result )
print( "GET response:\n" )
for k,v in pairs( result ) do
print( string.format( "%s : %s\n", k, v ) )
end
print( "Done." )
end )
If your question is still relevant, let me know, basically I know how to implement it.
Hi
Is it possible to add a http request feature ? :)
Eg: I can write api that store all data in a database.
So we can create with google sheet api fancy spreadsheets or we can use qliksense,tablou or power bi to show progress even connect to dotabuff etc.
I only need a call url part in the script with the mmr, userid and if it possible the match id
Thanks
The text was updated successfully, but these errors were encountered: