-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
226 lines (200 loc) · 5.74 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
url: https://vusaverse.github.io/vvtableau/
template:
bootstrap: 5
reference:
# - title: Analytics Extensions Settings Methods
# desc: Analytics Extensions Settings methods for Tableau REST API.
# contents:
# - None
# - title: Ask Data Lens Methods - Retired in API 3.22
# desc: Ask Data Lens Settings methods for Tableau REST API.
# contents:
# - None
- title: Authentication Methods
desc: Authentication methods for Tableau REST API.
contents:
- authenticate_PAT
- authenticate_server
- title: Connected App Methods
desc: Connected app methods for Tableau REST API.
contents:
- get_server_connected_apps
# - title: Content Exploration Methods
# desc: Content exploration methods for Tableau REST API.
# contents:
# - None
# - title: Dashboard Extensions Settings Methods - Retired in API 3.21
# desc: Dashboard Extensions methods for Tableau REST API.
# contents:
# - None
- title: Data Sources Methods
desc: Data sources methods for Tableau REST API.
contents:
- download_datasource
- download_tableau_data
- get_server_datasources
- update_data_source_now
- title: Extract and Encryption Methods
desc: Extract and encryption methods for Tableau REST API.
contents:
- get_server_refresh_tasks
- run_extract_refresh_task
- title: Favorites Methods
desc: Favorites methods for Tableau REST API.
contents:
- get_server_user_favorites
# - title: Flow Methods
# desc: Flow methods for Tableau REST API.
# contents:
# - None
#
# - title: Identity Pools Methods
# desc: Identity pools methods for Tableau REST API.
# contents:
# - None
- title: Jobs, Tasks, and Schedules Methods
desc: Jobs, tasks, and schedules methods for Tableau REST API.
contents:
- get_server_jobs
- get_server_schedules
- title: Metadata Methods
desc: Metadata methods for Tableau REST API.
contents:
- get_table_assets
#
# - title: Metrics Methods - Retired in API 3.22
# desc: Metrics settings methods for Tableau REST API.
# contents:
# - None
- title: Mobile Settings Methods
desc: Mobile settings methods for Tableau REST API.
contents:
- get_mobile_security_settings
# - title: Notifications Methods
# desc: Notifications methods for Tableau REST API.
# contents:
# - None
# - title: Permissions Methods
# desc: Permissions methods for Tableau REST API.
# contents:
# - None
- title: Projects Methods
desc: Projects methods for Tableau REST API.
contents:
- get_server_projects
# - title: Publishing Methods
# desc: Publishing methods for Tableau REST API.
# contents:
# - None
#
# - title: Pulse Methods
# desc: Pulse methods for Tableau REST API.
# contents:
# - None
#
# - title: Revisions Methods
# desc: Revisions methods for Tableau REST API.
# contents:
# - None
- title: Server Methods
desc: Server methods for Tableau REST API.
contents:
- get_server_info
# - title: Site Methods
# desc: Site methods for Tableau REST API.
# contents:
# - groups_get_user_groups
# - groups_add_user_to_group
# - groups_remove_user_from_group
# - groups_get_groups_for_user
# - groups_create_group
# - groups_delete_group
# - users_query_user_on_site
#
# - title: Subscriptions Methods
# desc: Subscriptions methods for Tableau REST API.
# contents:
# - None
#
# - title: Tableau Extensions Settings Methods
# desc: Tableau extensions settings methods for Tableau REST API.
# contents:
# - None
- title: Users and Groups Methods
desc: Users and groups methods for Tableau REST API.
contents:
- add_user_to_group
- add_user_to_site
- create_group
- delete_group
- get_groups_for_user
- get_server_groups
- get_server_users
- get_users_in_group
- query_user_on_site
- remove_user_from_group
- remove_user_from_site
- update_group
- update_user
#
# - title: Virtual Connections Methods
# desc: Virtual Connections methods for Tableau REST API.
# contents:
# - None
- title: Workbooks and Views Methods
desc: Workbooks and Views Methods methods for Tableau REST API.
contents:
- add_tags_to_view
- add_tags_to_workbook
- download_filtered_tableau_image
- download_tableau_crosstab_excel
- download_workbooks_server
- download_workbooks_server_pdf
- download_workbooks_server_powerpoint
- get_server_views
- get_server_workbooks
- update_workbook_now
- title: Helperfunctions
desc: Underlying helperfunctions for Tableau REST API.
contents:
- escape_special_chars
- row_to_name
- row_to_query
- tableau_base_url
- tableau_content_url
- tableau_password
- tableau_pat_name
- tableau_pat_secret
- tableau_username
- title: Local workbook methods
desc: Functions that edit local Tableau Workbooks using XML structure.
contents:
- adjust_tableau_font_style
- adjust_tableau_size
- check_dashboard_names
- get_actions
- get_folders
- get_hierarchy
- get_nodenames
- get_parameter
- get_parameter
- get_revision
- get_server_location
- get_tableau_data_source
- get_variable_folders
- get_variables
- get_workbook_id
- get_workbook_tabs
- get_workbook_urls
- make_rootnodes
articles:
- title: Get started
navbar: ~
contents:
- getting_started
- data_management
- user_management
- title: Automate
navbar: Automation
contents:
- download_filtered_views