Skip to content

Commit

Permalink
Adding the with_json() http client helper (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher authored Jun 17, 2024
1 parent 5426ee4 commit 9ba193b
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 96 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

- Add a `with_json()` helper to the HTTP client to send JSON data in a request.

### Changed

- Added types to the HTTP client methods.

## v1.1.0

### Added
Expand Down
Loading

0 comments on commit 9ba193b

Please sign in to comment.