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 Challenges::Base#[] #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on May 17, 2018

  1. Implement Challenges::Base#[]

    Acme::Client::Resources::Challenges.new may return a Hash instead of
    Challenges::* when it encountered unsupported challenge type.
    
    When an user is iterating authz#challenges, they have to check a class
    of an element in prior to use.
    
    Checking challenge#challenge_type is sometime useful than checking
    challenge#class when an user has a support of additional challenge_type
    which are uncovered in this gem.
    sorah committed May 17, 2018
    Configuration menu
    Copy the full SHA
    92fd7c1 View commit details
    Browse the repository at this point in the history