diff --git a/sdk/python/scilog/scilog.py b/sdk/python/scilog/scilog.py index 807850df..344f2b59 100644 --- a/sdk/python/scilog/scilog.py +++ b/sdk/python/scilog/scilog.py @@ -393,6 +393,10 @@ def get_logbooks( def post_snippet(self, **kwargs): return self.core.post_snippet(**kwargs) + # TODO: review and potentially move the whole core logic here + def post_location(self, **kwargs): + return self.core.post_location(**kwargs) + class SciLogAuthError(AuthError): pass