File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,15 @@ Please follow the [installation procedure](#installation--usage) and then run th
53
53
``` python
54
54
55
55
import permify
56
- from permify.rest import ApiException
56
+ from permify import ApiException
57
57
from pprint import pprint
58
58
59
- # Defining the host is optional and defaults to http://localhost
59
+ # Defining the host is optional and defaults to http://localhost:3476
60
60
# See configuration.py for a list of all supported configuration parameters.
61
- configuration = permify.Configuration(
62
- host = " http://localhost"
63
- )
64
-
65
61
62
+ configuration = permify.Configuration(
63
+ host = " http://localhost:3476"
64
+ )
66
65
67
66
# Enter a context with an instance of the API client
68
67
with permify.ApiClient(configuration) as api_client:
@@ -83,7 +82,7 @@ with permify.ApiClient(configuration) as api_client:
83
82
84
83
## Documentation for API Endpoints
85
84
86
- All URIs are relative to * http://localhost *
85
+ All URIs are relative to * http://localhost:3476 *
87
86
88
87
Class | Method | HTTP request | Description
89
88
------------ | ------------- | ------------- | -------------
You can’t perform that action at this time.
0 commit comments