======= Taiga / API ======= Acessando a API atravĂ©s https://taiga.tic.ufrj.br/api/v1/. ReferĂȘncia: https://taigaio.github.io/taiga-doc/dist/api.html. ===== User ====== | **Objeto** | **[taiga]->user()** | | **User [ ]** | | | | gravatar_id | | | lang | | | full_name | | | color | | | username | | | timezone | | | bio | | | roles [ ]| | | | role1 | | | | role2 | | | | ... | | | id | | | full_name_display | | | big_photo | | | is_active | | | theme | | | photo | ===== Projects ====== | **Objeto** | **[taiga]->projects()** | | **Projects [ ]** | | | | is_featured | | | notify_level | | | owner [ ]| | | | username | | | | full_name_display | | | | id | | | | big_photo | | | | gravatar_id | | | | photo | | | | is_active | | | description | | | created_date | | | members [ ] | | | | member1 [ ] | | | | | username | | | | | role_name | | | | | full_name_display | | | | | id | | | | | role | | | | | photo | | | | | is_active | | | | | gravatar_id | | | | | full_name | | | | | color | | | | ... | | | name | ===== User Stories ====== | **Objeto** | **[taiga]->userStories()** | | **User Stories [ ]** | | | | owner | | | comment | | | tags [ ] | | | status | | | created_date | | | tasks | | | total_points | | | project | | | id | | | finished_date | ===== Tasks ====== | **Objeto** | **[taiga]->tasks()** | | **Tasks [ ]** | | | | is_closed | | | owner | | | user_story | | | status | | | created_date | | | project | | | finished_date | | | assigned_to | | | id |