module StPaul
Defined in:
stpaul.crstpaul_secrets.cr
Constant Summary
-
POST_DATA =
begin ENV["SECRET_STPAUL"] rescue e : KeyError STDERR.puts(e) STDERR.puts("Error: Environment variable 'SECRET_STPAUL' is not set.") exit(1) end
-
do this with your field names and values POST_DATA = "code=11111111111111&pin=222222" or do this
-
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)