Skip to content

Commit

Permalink
issues/101: Support for HTTP Accept header (#172)
Browse files Browse the repository at this point in the history
* Reorganize timeseries code to  prep for Accept header

* Enable Accept header to return response of specific content-type

* Fix whitespace and string continuation

* Make error handling consistent and add an additional test where a reach can't be found

* Update changelog with issue for unreleased version

* Add 415 status code to API definition

* Few minor cleanup items

* Few minor cleanup items

* Update to aiohttp@3.9.4

* Fix dependencies

---------

Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
  • Loading branch information
nikki-t and frankinspace committed May 8, 2024
1 parent cf7199a commit 2bf4864
Show file tree
Hide file tree
Showing 9 changed files with 1,693 additions and 516 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Issue 101 - Add support for HTTP Accept header
### Deprecated
### Removed
### Fixed
Expand Down

0 comments on commit 2bf4864

Please sign in to comment.