This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate to **v2.1.1**: * remove `USE_NONE_SAFE_VALUES` env var usage
- Loading branch information
Showing
5 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,14 @@ Usage | |
import ruz | ||
schedule = ruz.person_lessons("[email protected]") | ||
Module configuration performs throw setting environment variables: | ||
* `HSE_RUZ_ENABLE_LOGGING` - to enable verbose logging (`@log`) | ||
* `HSE_RUZ_API_URL` - url to RUZ API, possible values (not all endpoints supported for 2, 3): | ||
1. `http://92.242.58.221/ruzservice.svc` - default | ||
2. `http://92.242.58.221/ruzservice.svc/v2` | ||
3. `https://www.hse.ru/api` | ||
* `CHECK_EMAIL_ONLINE` - to enable online email verification (throw API call) | ||
|
||
|
||
Contributing | ||
------------ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters