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

Implement all HTTP methods in aiohttp utility #22

Merged
merged 5 commits into from
Jan 22, 2022
Merged

Conversation

rszamszur
Copy link
Member

Resolves #17

Implemented methods:

  • PUT
  • POST
  • DELETE
  • PATCH
  • Added unit tests

@rszamszur rszamszur added the enhancement New feature or request label Jan 22, 2022
@rszamszur rszamszur added this to the 0.6.0 milestone Jan 22, 2022
@rszamszur rszamszur self-assigned this Jan 22, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 22, 2022

Codecov Report

Merging #22 (a465921) into master (a625a96) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   99.09%   99.13%   +0.03%     
==========================================
  Files          15       15              
  Lines         330      345      +15     
==========================================
+ Hits          327      342      +15     
  Misses          3        3              
Impacted Files Coverage Δ
...ter.package_name}}/app/controllers/api/v1/ready.py 100.00% <ø> (ø)
...ecutter.package_name}}/app/utils/aiohttp_client.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de783a3...a465921. Read the comment docs.

@rszamszur rszamszur merged commit 8fef3cb into master Jan 22, 2022
@rszamszur rszamszur deleted the feature/#17 branch January 22, 2022 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement all HTTP methods in aiohttp utility
2 participants