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
{{ message }}
This repository was archived by the owner on Feb 5, 2024. It is now read-only.
@@ -58,23 +51,9 @@ You can issue Travis API token and hand it in to `NewClient` method directly. Yo
58
51
59
52
For more information on how to issue Travis CI API token, please visit [their documentation](https://docs.travis-ci.com/user/triggering-builds/).
60
53
54
+
### Unauthenticated client
61
55
62
-
63
-
##### Authentication with GitHub personal access token
64
-
Authentication with a Github personal access token will require some extra steps. [This GitHub help page](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) guides you thorough how to create one.
There are several breaking changes between v0.1.9 and v0.2.0 mainly to support eager loading. If you have never used go-travis, please select v0.2.0 or above. If you have used go-travis v0.1.9 or below, and consider updating it, please be aware those two changes:
106
-
107
-
- Almost all the struct fields are pointer.
108
-
- Almost all the methods interacting with the API takes an option parameter to support eager loading.
0 commit comments