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
In order for the client to be able to interact with the Network, his local server should receive queries from UI. It is necessary to consider all types of necessary queries (GET and POST) and implement them using Flask. You should NOT write the implementation of queries but only cal corresponding QuieryHandlers. For example,
@(method and route)
DownloadTrorrentQuery(params):
parse params
call DownloadTorrentHandler(params)
In order for the client to be able to interact with the Network, his local server should receive queries from UI. It is necessary to consider all types of necessary queries (GET and POST) and implement them using Flask. You should NOT write the implementation of queries but only cal corresponding QuieryHandlers. For example,
https://github.com/DecentralizedPrimates/DecentralizedTracker/wiki/API
The text was updated successfully, but these errors were encountered: