Skip to content

Commit 2ce704e

Browse files
make not public
1 parent 6c442e9 commit 2ce704e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ impl Api {
203203
/// Create a new `ApiRequest` for the given HTTP method and URL. If the
204204
/// URL is just a path then it's relative to the configured API host
205205
/// and authentication is automatically enabled.
206-
pub fn request(
206+
fn request(
207207
&self,
208208
method: Method,
209209
url: &str,

0 commit comments

Comments
 (0)