knowmetools / km-api

The API behind our Know Me app
Apache License 2.0
4 stars 0 forks source link

Add endpoint to check for Apple receipt existence #452

Closed cdriehuys closed 5 years ago

cdriehuys commented 5 years ago

Closes #439

Proposed Changes

API consumers can now check for the existence of an Apple receipt by providing the hash of its receipt data.

codecov[bot] commented 5 years ago

Codecov Report

Merging #452 into develop will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #452      +/-   ##
===========================================
+ Coverage    97.61%   97.62%   +0.01%     
===========================================
  Files           55       55              
  Lines         1508     1518      +10     
  Branches        80       80              
===========================================
+ Hits          1472     1482      +10     
  Misses          25       25              
  Partials        11       11
Impacted Files Coverage Δ
km_api/know_me/urls.py 100% <ø> (ø) :arrow_up:
km_api/know_me/views.py 100% <100%> (ø) :arrow_up:

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 9e5c76f...34a0fe1. Read the comment docs.