Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-01 | Move library to a separate crate | Teddy Wing | |
Keep the binaries in the root crate, and add a new crate for the `github-suggestion` library. I want to add some library code to the CLI programs to extract common functionality between the different binaries. | |||
2020-07-28 | Client::new(): Return a `Result` | Teddy Wing | |
Wrap `Github` client errors. | |||
2020-07-28 | client.rs: Remove superfluous test | Teddy Wing | |
I had written this to check the response from the server and the 'github-rs' library. Remove it since it makes a network request. | |||
2020-07-28 | Move `Client` to a new module | Teddy Wing | |