12 Commits

Author SHA1 Message Date
geoffsee
3de1e2dc14 update release workflow 2025-08-28 15:30:39 -04:00
Geoff Seemueller
bbc21abc2b cleanup (#1)
* 0.3.4

* Add `RequestOptions` for per-request customization with headers and timeouts

- Introduced the `RequestOptions` struct for flexible HTTP request configurations.
- Added `request_with_options` and `post_with_options` methods.
- Deprecated `request` and `post` in favor of the new methods.
- Updated examples and tests to reflect the new API.

* run cargo fmt

* Update HTTP client methods to use `request_with_options` for improved flexibility. Adjusted related test cases and examples accordingly.

* Format `request_with_options` calls for improved readability.

* - Downgrade `edition` from 2024 to 2021 in Cargo.toml files for compatibility.
- Fix nested `if let` statements to improve readability and correctness.
- Reorganize imports for consistency and structure.

* Restore github old workflows

* update ci

---------

Co-authored-by: geoffsee <>
2025-08-28 15:25:28 -04:00
geoffsee
9818998379 Add test-all.sh script for comprehensive feature testing and automate workflows 2025-08-28 14:06:50 -04:00
geoffsee
5165fe791a Bump version to 0.3.0 and improve workflows by adding docs job, integrating documentation checks into release.yml, and enhancing trusted publishing process. 2025-08-15 10:44:20 -04:00
geoffsee
99086fb4c5 generates docs before cargo publish 2025-08-15 10:08:45 -04:00
geoffsee
5676dbef76 remove optional checks in docs workflow, bump version to 0.1.8 2025-08-14 17:51:17 -04:00
geoffsee
7efc32947e update triggers on docs workflow to sync with release workflow, bump to version 0.1.6 2025-08-14 17:33:15 -04:00
geoffsee
b504ad8399 Cache Cargo dependencies in CI workflows 2025-08-14 16:56:43 -04:00
geoffsee
b74e43079d Add write permissions for contents in release workflow 2025-08-14 16:51:04 -04:00
geoffsee
af6774d3b6 Update Rust setup and install clippy and rustfmt 2025-08-14 16:46:58 -04:00
geoffsee
21c816b4cc Add new GitHub Actions workflows for documentation 2025-08-14 16:39:28 -04:00
geoffsee
d466c33bfd init: publish public repository 2025-08-14 16:12:46 -04:00