stardog_api
StardogApi
Source code in datasets/services/stardog_api.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
credentials: str
class-attribute
endpoint: str
class-attribute
token: Optional[str] = None
class-attribute
admin()
staticmethod
Source code in datasets/services/stardog_api.py
13 14 15 16 17 18 19 |
|
connection(name)
staticmethod
Source code in datasets/services/stardog_api.py
21 22 23 24 25 26 27 |
|