python client: newly created workspace not showing in Admin UI
Hello folks, I'm using the python nuxeo client library to create a workspace as follows: adminClient = nuxeo.Nuxeo( base_url=URL, auth={ 'username': 'Administrator', 'password': 'Administrator' }) repository = adminClient.repository() ...