passive_total v0.1.0 PassiveTotal.Project

Link to this section Summary

Link to this section Functions

Link to this function

add_tags(client, project_uuid, tags)

Add project tags

Link to this function

create(client, name, visibility, description \\ "", featured \\ false, tags \\ [])

Link to this function

delete(client, project_uuid)

Link to this function

find(client, search_params)

Retrieves a project or projects by search filter

valid search_params:

  • :project: UUID ofthe project
  • :owner: Email ororganization id
  • :creator: Creator email
  • :organiszation
  • :visibility: "public", "private" or "analyst"
  • :featured: boolean
Link to this function

remove_tags(client, project_uuid, tags)

Link to this function

set_tags(client, project_uuid, tags)

Link to this function

update(client, project_uuid, update_params)

Updates a project denoted by project ID

valid update_params:

  • :name: a new name
  • :description: a new description
  • :visibility: "public", "private" or "analyst"
  • :featured: boolean
  • :tags: list