Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 36 http response headers #38

Merged
merged 6 commits into from
Feb 2, 2017
Merged

Conversation

babelshift
Copy link
Owner

@babelshift babelshift commented Feb 2, 2017

This adds support for viewing HTTP headers in the response of every endpoint. I've implemented in such a way as to be "agnostic" to HTTP. Instead of returning an HttpResponseMessage directly, I abstract that away using a SteamWebResponse object.

I've also adjusted auto mappings, unit tests, and comments based on the changes.

…addition to the JsonContent returned.

Reworking all endpoints to use SteamWebResponse.
Reworking unit tests as necessary.
Reworking automapping as necessary.
Prevent multiple auto mapper initialization.
Fixed bug with match first blood time data type.
Fixed auto mapping configurations based on validations.
Fixed unit tests.
@babelshift babelshift merged commit cedca2c into master Feb 2, 2017
@babelshift babelshift deleted the issue-36-http-response-headers branch February 3, 2017 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant