-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTODO
23 lines (19 loc) · 1.41 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
To Do:
- Add code snippets
- Add functions and workflows, e.g. get username -> get workbooks -> get images of workbooks -> create basic page
- Documentation for
# Lineage? - What is it?
'https://public.tableau.com/public/apis/workbook/CurriculumVitae-Resume/lineage?no_cache=1605112691645'
# Add API for all sheets in a viz:
e.g. https://public.tableau.com/profile/api/workbook/VizConnect-SmallDesignChoicesThatMakeaBigDifference?
so the format is https://public.tableau.com/profile/api/workbook/ + Workbook Repo Url + ?
# Search for All, Vizzes, Blogs, Resources
'https://public.tableau.com/api/search/query?count=20&language=en-us&query=maps&start=0'
'https://public.tableau.com/api/search/query?count=20&language=en-us&query=maps&start=0&type=vizzes'
'https://public.tableau.com/api/search/query?count=20&language=en-us&query=maps&start=0&type=authors'
'https://public.tableau.com/api/search/query?count=20&language=en-us&query=maps&start=0&type=blogs'
'https://public.tableau.com/api/search/query?count=20&language=en-us&query=maps&start=0&type=resources'
Tasks Done:
- Add documentation for: List of VOTDs https://public.tableau.com/api/gallery?page=0&count=100&galleryType=viz-of-the-day&language=en-us
- Add documentation for: List of Tableau Featured Authors https://public.tableau.com/s/authors/list/feed?
- Add documentation for: Get workbook details https://public.tableau.com/profile/api/single_workbook/',workbookRepoUrl,'?'