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
Problem
There's no way we can use TravisHelper to obtain the Travis' token. Combined with #71, this makes requesting things to Travis API impossible using the Mining Framework's utilities.
Cause
The token field is (correctly) private, but there's no getter for it.
Suggestion
Add a getter for the token field or add a method to make general requests to the Travis API.
The text was updated successfully, but these errors were encountered:
Problem
There's no way we can use TravisHelper to obtain the Travis' token. Combined with #71, this makes requesting things to Travis API impossible using the Mining Framework's utilities.
Cause
The
token
field is (correctly) private, but there's no getter for it.Suggestion
Add a getter for the token field or add a method to make general requests to the Travis API.
The text was updated successfully, but these errors were encountered: