We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
examples
1 parent 69c6a93 commit 41058cfCopy full SHA for 41058cf
README.md
@@ -104,6 +104,7 @@ fn main() {
104
* Crate uses `https` by default. Use `GitLab::new_insecure()` to use `http` (or `port()` and `sheme()` setters on `GitLab` struct).
105
* Sending your token in clear over `http` is dangerous!
106
* See [examples/list_projects.rs] for an example of how to load the token (and the hostname) from an environment variable.
107
+* See the `examples` directory for many more examples on how to use this crate.
108
109
110
## Dependencies
0 commit comments