Andrew Carter
Andrew Carter
+1 for this issue.
Tried today w/ V4.0.2. This is not fixed. Still behaves as described in #181.
+1. It would be nice if the `controls.inputs` UI would show the additional waypoints as well. It currently only shows the `origin` and `destination`.
This is the idea: ```javascript const response = await octokit.repos.getContents({ owner: "foo", repo: "bar", path: "path/to/binary/file", mediaType: { format: "raw" } }); console.log(response.data.content) ``` **Expected:** raw data of the file...