diff --git a/src/libcanvas.rs b/src/libcanvas.rs index bdb03bf..31bd518 100644 --- a/src/libcanvas.rs +++ b/src/libcanvas.rs @@ -32,7 +32,8 @@ impl CanvasClient { Ok(CanvasClient { client, api_url }) } - /// Call an API endpoint. Expects the relative path of the endpoint after the base API URL. + /// Call an API endpoint on the provided Canvas API with the authorization token. Expects the + /// relative path of the endpoint after the base API URL. /// Returns the response as plaintext in a String regardless of its serialization format. /// /// # Example