pub fn tags(browser: &Browser<'_>) -> Result<Vec<Tag>, Error>
Expand description

Retrieves the list of Tag for the given project id.

Errors

Will return Error if the project doesn’t exist or the surf interaction fails.