Closed evan10s closed 1 year ago
Use The Blue Alliance's write API to associate videos with matches after uploading them to YouTube.
The request signature required is most likely the same as here:
var auth_sig = CryptoJS.MD5(auth_secret + request_path + request_body).toString();
Write API docs: https://www.thebluealliance.com/apidocs/trusted/v1
Also note that you'll need to add new settings/secrets on the backend and frontend to store the credentials.
:tada: This issue has been resolved in version 1.2.0 :tada:
The release is available on:
v1.2.0
Your semantic-release bot :package::rocket:
Use The Blue Alliance's write API to associate videos with matches after uploading them to YouTube.
The request signature required is most likely the same as here:
Write API docs: https://www.thebluealliance.com/apidocs/trusted/v1
Also note that you'll need to add new settings/secrets on the backend and frontend to store the credentials.