Skip to content

Commit df97e37

Browse files
committed
Added docs for the tags.
1 parent 27783f9 commit df97e37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ Keyword arguments can be provided to [filter](#filtering-objects-with-keyword-ar
143143
###Space.users()
144144
Returns a list of all [User](#user) instances with access to the Space.
145145
Keyword arguments can be provided to [filter](#filtering-objects-with-keyword-arguments) the results.
146+
###Space.tags()
147+
Returns a list of all [Tag](#tag) instances inside the Space.
148+
Keyword arguments can be provided to [filter](#filtering-objects-with-keyword-arguments) the results.
146149

147150
Here is an example which prints a report of all the tickets in a
148151
Space which have the status 'New' and belong to a milestone called 'Alpha Release':
@@ -298,6 +301,12 @@ Calling WikiPage.delete() deletes the ticket from Assembla. The WikiPage object
298301
set to the corresponding [Space](#space) object.
299302

300303

304+
Tag
305+
---
306+
307+
See the [Tag object field reference](http://api-doc.assembla.com/content/ref/tag_fields.html#fields)
308+
for field names and explanations.
309+
301310

302311
Event
303312
-----

0 commit comments

Comments
 (0)