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.
1 parent 6c442e9 commit 2ce704eCopy full SHA for 2ce704e
1 file changed
src/api/mod.rs
@@ -203,7 +203,7 @@ impl Api {
203
/// Create a new `ApiRequest` for the given HTTP method and URL. If the
204
/// URL is just a path then it's relative to the configured API host
205
/// and authentication is automatically enabled.
206
- pub fn request(
+ fn request(
207
&self,
208
method: Method,
209
url: &str,
0 commit comments