Skip to content
Snippets Groups Projects
Commit baca065e authored by Swen Vermeul's avatar Swen Vermeul
Browse files

Merge branch 'master' of sissource.ethz.ch:sispub/pybis

parents ab8ceadf 16459606
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,8 @@ o.get_tags() ...@@ -32,6 +32,8 @@ o.get_tags()
## Spaces and Projects ## Spaces and Projects
``` ```
space = o.new_space(code='space_name', description='')
space.save()
o.get_spaces() o.get_spaces()
o.get_space('MY_SPACE') o.get_space('MY_SPACE')
o.get_projects(space='MY_SPACE') o.get_projects(space='MY_SPACE')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment