module StPaul
Defined in:
stpaul.crstpaul_secrets.cr
Constant Summary
- 
        POST_DATA = begin ENV["SECRET_STPAUL"] rescue e : KeyError "code=fake_code&pin=fake_pin" end
- 
        STPAUL_BASE_URL = "https://alpha.stpaul.lib.mn.us"
Class Method Summary
- .find_checkedout_date(book_part)
- .find_checkedout_title(book_part)
- .find_on_hold_date(status)
- .find_on_hold_title(book_part)
- .find_renewed_count(book_part)
- .finds_either_title(book_part)
- .lib_data
- .parse_checkedout_page(page)
- .parse_on_hold_page(page)