File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ The Python based RIPE Core API client.
4
4
5
5
## Configuration
6
6
7
- | Name | Type | Description |
8
- | ------------------- | ----- | ----------------------------------------------------------------------------------------- |
9
- | ** RIPE_BASE_URL** | ` str ` | The base URL to be used in the remote API calls (defaults to ` http://localhost/api/ ` ). |
10
- | ** RIPE_USERNAME** | ` str ` | The username to be used in the authenticated remote calls (defaults to ` None ` ) . |
11
- | ** RIPE_PASSWORD** | ` str ` | The password to be used in the authenticated remote calls (defaults to ` None ` ) . |
12
- | ** RIPE_SECRET_KEY** | ` str ` | The secret key to be used for stateless (no session) authentication (defaults to ` None ` ) . |
7
+ | Name | Type | Default | Description |
8
+ | ------------------- | ----- | ----------------------- | -- ------------------------------------------------------------------ |
9
+ | ** RIPE_BASE_URL** | ` str ` | ` http://localhost/api/ ` | The base URL to be used in the remote API calls. |
10
+ | ** RIPE_USERNAME** | ` str ` | ` None ` | The username to be used in the authenticated remote calls. |
11
+ | ** RIPE_PASSWORD** | ` str ` | ` None ` | The password to be used in the authenticated remote calls. |
12
+ | ** RIPE_SECRET_KEY** | ` str ` | ` None ` | The secret key to be used for stateless (no session) authentication. |
13
13
14
14
## License
15
15
You can’t perform that action at this time.
0 commit comments