Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sync changes made so far * get it to compile * clippy fixes, and enable Timeout/default HTTPS connector * prepend routes with slashes where applicable * rename base_url -> base uri rename url -> route where applicable revert to older version of base64 fix more instances with missing / * only override base-uri IF authority/scheme are not present * add #[tokio::test] for tests/docs since tower(specifically buffer module) requires async runtime: https://users.rust-lang.org/t/no-reactor-running-when-calling-runtime-spawn/81256. add tracing as a feature * fix stream feature * make base_uri a wrapping layer * use hyper-tls instead * Update README.md * Update README.md * add simple retry feature * fmt * move new to Octocrab * set user-agent on build * fmt * remove debugging code... * remove unused dep * fix base_uri layer to actually take parameters from current_uri * make parameterized_uri be able to ingest full URIs(for case with pages), and combine parameters with these uris * add comments * add comments * service based octocrab needs tokio env * Make builder extensible, supporting different building capabilities(with_layer, Config, etc) * add comments * add new() to extra headers * add example of using custom client * backward compatibility fixes: - add new_empty to facilitate bare bones octocrab builder. Point fn new to fn default to make changes backward compatible. - add base_url function, and point it to base_uri with deprecation notice * sync changes made so far * get it to compile * clippy fixes, and enable Timeout/default HTTPS connector * prepend routes with slashes where applicable * rename base_url -> base uri rename url -> route where applicable revert to older version of base64 fix more instances with missing / * only override base-uri IF authority/scheme are not present * add #[tokio::test] for tests/docs since tower(specifically buffer module) requires async runtime: https://users.rust-lang.org/t/no-reactor-running-when-calling-runtime-spawn/81256. add tracing as a feature * fix stream feature * make base_uri a wrapping layer * use hyper-tls instead * Update README.md * Update README.md * add simple retry feature * fmt * move new to Octocrab * set user-agent on build * fmt * remove debugging code... * remove unused dep * fix base_uri layer to actually take parameters from current_uri * make parameterized_uri be able to ingest full URIs(for case with pages), and combine parameters with these uris * add comments * add comments * service based octocrab needs tokio env * Make builder extensible, supporting different building capabilities(with_layer, Config, etc) * add comments * add new() to extra headers * add example of using custom client * backward compatibility fixes: - add new_empty to facilitate bare bones octocrab builder. Point fn new to fn default to make changes backward compatible. - add base_url function, and point it to base_uri with deprecation notice * sync commits * better message * fmt * retry on 5**, and 429 * fix up a few base64 functions after the upgrade to 0.21 * cargo fmt * sync changes made so far * get it to compile * clippy fixes, and enable Timeout/default HTTPS connector * prepend routes with slashes where applicable * rename base_url -> base uri rename url -> route where applicable revert to older version of base64 fix more instances with missing / * only override base-uri IF authority/scheme are not present * add #[tokio::test] for tests/docs since tower(specifically buffer module) requires async runtime: https://users.rust-lang.org/t/no-reactor-running-when-calling-runtime-spawn/81256. add tracing as a feature * fix stream feature * make base_uri a wrapping layer * use hyper-tls instead * Update README.md * Update README.md * add simple retry feature * fmt * move new to Octocrab * set user-agent on build * fmt * remove debugging code... * remove unused dep * fix base_uri layer to actually take parameters from current_uri * make parameterized_uri be able to ingest full URIs(for case with pages), and combine parameters with these uris * add comments * service based octocrab needs tokio env * Make builder extensible, supporting different building capabilities(with_layer, Config, etc) * add comments * add new() to extra headers * add example of using custom client * backward compatibility fixes: - add new_empty to facilitate bare bones octocrab builder. Point fn new to fn default to make changes backward compatible. - add base_url function, and point it to base_uri with deprecation notice * sync changes made so far * get it to compile * clippy fixes, and enable Timeout/default HTTPS connector * rename base_url -> base uri rename url -> route where applicable revert to older version of base64 fix more instances with missing / * add #[tokio::test] for tests/docs since tower(specifically buffer module) requires async runtime: https://users.rust-lang.org/t/no-reactor-running-when-calling-runtime-spawn/81256. add tracing as a feature * fix stream feature * make base_uri a wrapping layer * use hyper-tls instead * Update README.md * Update README.md * add simple retry feature * add comments * Make builder extensible, supporting different building capabilities(with_layer, Config, etc) * backward compatibility fixes: - add new_empty to facilitate bare bones octocrab builder. Point fn new to fn default to make changes backward compatible. - add base_url function, and point it to base_uri with deprecation notice * sync commits * better message * fmt * retry on 5**, and 429 * fix up a few base64 functions after the upgrade to 0.21 * resolve merge conflicts, and cargo fmt + fix * remove references to Octocrab::absolute_url * fmt
- Loading branch information