martyzz1 / heroku3.py

This is the updated Python wrapper for the Heroku API V3. https://devcenter.heroku.com/articles/platform-api-reference The Heroku REST API allows Heroku users to manage their accounts, applications, addons, and other aspects related to Heroku. It allows you to easily utilize the Heroku platform from your applications.
Other
118 stars 73 forks source link

app: add support for sni-endpoints #111

Closed mrmikardo closed 3 years ago

mrmikardo commented 3 years ago

https://devcenter.heroku.com/articles/platform-api-reference#sni-endpoint

This commit adds support for the Heroku Platform API sni-endpoints route. This route allows the user to list, create, delete, and patch SNI endpoints.

SNI endpoints are the successor to the now-deprecated ssl-endpoints.

codecov-commenter commented 3 years ago

Codecov Report

Merging #111 (4a21f0f) into master (f0748dd) will increase coverage by 0.24%. The diff coverage is 58.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
+ Coverage   50.29%   50.53%   +0.24%     
==========================================
  Files          30       32       +2     
  Lines        1362     1403      +41     
  Branches      121      121              
==========================================
+ Hits          685      709      +24     
- Misses        668      685      +17     
  Partials        9        9              
Impacted Files Coverage Δ
heroku3/models/app.py 32.62% <31.25%> (-0.08%) :arrow_down:
heroku3/models/ssl_cert.py 75.00% <75.00%> (ø)
heroku3/models/sni_endpoint.py 76.92% <76.92%> (ø)

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 f0748dd...4a21f0f. Read the comment docs.