universal-mcp-applications 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. universal_mcp/applications/ahrefs/README.md +51 -0
  2. universal_mcp/applications/ahrefs/__init__.py +1 -0
  3. universal_mcp/applications/ahrefs/app.py +2291 -0
  4. universal_mcp/applications/airtable/README.md +22 -0
  5. universal_mcp/applications/airtable/__init__.py +1 -0
  6. universal_mcp/applications/airtable/app.py +479 -0
  7. universal_mcp/applications/apollo/README.md +44 -0
  8. universal_mcp/applications/apollo/__init__.py +1 -0
  9. universal_mcp/applications/apollo/app.py +1847 -0
  10. universal_mcp/applications/asana/README.md +199 -0
  11. universal_mcp/applications/asana/__init__.py +1 -0
  12. universal_mcp/applications/asana/app.py +9509 -0
  13. universal_mcp/applications/aws-s3/README.md +0 -0
  14. universal_mcp/applications/aws-s3/__init__.py +1 -0
  15. universal_mcp/applications/aws-s3/app.py +552 -0
  16. universal_mcp/applications/bill/README.md +0 -0
  17. universal_mcp/applications/bill/__init__.py +1 -0
  18. universal_mcp/applications/bill/app.py +8705 -0
  19. universal_mcp/applications/box/README.md +307 -0
  20. universal_mcp/applications/box/__init__.py +1 -0
  21. universal_mcp/applications/box/app.py +15987 -0
  22. universal_mcp/applications/braze/README.md +106 -0
  23. universal_mcp/applications/braze/__init__.py +1 -0
  24. universal_mcp/applications/braze/app.py +4754 -0
  25. universal_mcp/applications/cal-com-v2/README.md +150 -0
  26. universal_mcp/applications/cal-com-v2/__init__.py +1 -0
  27. universal_mcp/applications/cal-com-v2/app.py +5541 -0
  28. universal_mcp/applications/calendly/README.md +53 -0
  29. universal_mcp/applications/calendly/__init__.py +1 -0
  30. universal_mcp/applications/calendly/app.py +1436 -0
  31. universal_mcp/applications/canva/README.md +43 -0
  32. universal_mcp/applications/canva/__init__.py +1 -0
  33. universal_mcp/applications/canva/app.py +941 -0
  34. universal_mcp/applications/clickup/README.md +135 -0
  35. universal_mcp/applications/clickup/__init__.py +1 -0
  36. universal_mcp/applications/clickup/app.py +5009 -0
  37. universal_mcp/applications/coda/README.md +108 -0
  38. universal_mcp/applications/coda/__init__.py +1 -0
  39. universal_mcp/applications/coda/app.py +3671 -0
  40. universal_mcp/applications/confluence/README.md +198 -0
  41. universal_mcp/applications/confluence/__init__.py +1 -0
  42. universal_mcp/applications/confluence/app.py +6273 -0
  43. universal_mcp/applications/contentful/README.md +17 -0
  44. universal_mcp/applications/contentful/__init__.py +1 -0
  45. universal_mcp/applications/contentful/app.py +364 -0
  46. universal_mcp/applications/crustdata/README.md +25 -0
  47. universal_mcp/applications/crustdata/__init__.py +1 -0
  48. universal_mcp/applications/crustdata/app.py +586 -0
  49. universal_mcp/applications/dialpad/README.md +202 -0
  50. universal_mcp/applications/dialpad/__init__.py +1 -0
  51. universal_mcp/applications/dialpad/app.py +5949 -0
  52. universal_mcp/applications/digitalocean/README.md +463 -0
  53. universal_mcp/applications/digitalocean/__init__.py +1 -0
  54. universal_mcp/applications/digitalocean/app.py +20835 -0
  55. universal_mcp/applications/domain-checker/README.md +13 -0
  56. universal_mcp/applications/domain-checker/__init__.py +1 -0
  57. universal_mcp/applications/domain-checker/app.py +265 -0
  58. universal_mcp/applications/e2b/README.md +12 -0
  59. universal_mcp/applications/e2b/__init__.py +1 -0
  60. universal_mcp/applications/e2b/app.py +187 -0
  61. universal_mcp/applications/elevenlabs/README.md +88 -0
  62. universal_mcp/applications/elevenlabs/__init__.py +1 -0
  63. universal_mcp/applications/elevenlabs/app.py +3235 -0
  64. universal_mcp/applications/exa/README.md +15 -0
  65. universal_mcp/applications/exa/__init__.py +1 -0
  66. universal_mcp/applications/exa/app.py +221 -0
  67. universal_mcp/applications/falai/README.md +17 -0
  68. universal_mcp/applications/falai/__init__.py +1 -0
  69. universal_mcp/applications/falai/app.py +331 -0
  70. universal_mcp/applications/figma/README.md +49 -0
  71. universal_mcp/applications/figma/__init__.py +1 -0
  72. universal_mcp/applications/figma/app.py +1090 -0
  73. universal_mcp/applications/firecrawl/README.md +20 -0
  74. universal_mcp/applications/firecrawl/__init__.py +1 -0
  75. universal_mcp/applications/firecrawl/app.py +514 -0
  76. universal_mcp/applications/fireflies/README.md +25 -0
  77. universal_mcp/applications/fireflies/__init__.py +1 -0
  78. universal_mcp/applications/fireflies/app.py +506 -0
  79. universal_mcp/applications/fpl/README.md +23 -0
  80. universal_mcp/applications/fpl/__init__.py +1 -0
  81. universal_mcp/applications/fpl/app.py +1327 -0
  82. universal_mcp/applications/fpl/utils/api.py +142 -0
  83. universal_mcp/applications/fpl/utils/fixtures.py +629 -0
  84. universal_mcp/applications/fpl/utils/helper.py +982 -0
  85. universal_mcp/applications/fpl/utils/league_utils.py +546 -0
  86. universal_mcp/applications/fpl/utils/position_utils.py +68 -0
  87. universal_mcp/applications/ghost-content/README.md +25 -0
  88. universal_mcp/applications/ghost-content/__init__.py +1 -0
  89. universal_mcp/applications/ghost-content/app.py +654 -0
  90. universal_mcp/applications/github/README.md +1049 -0
  91. universal_mcp/applications/github/__init__.py +1 -0
  92. universal_mcp/applications/github/app.py +50600 -0
  93. universal_mcp/applications/gong/README.md +63 -0
  94. universal_mcp/applications/gong/__init__.py +1 -0
  95. universal_mcp/applications/gong/app.py +2297 -0
  96. universal_mcp/applications/google-ads/README.md +0 -0
  97. universal_mcp/applications/google-ads/__init__.py +1 -0
  98. universal_mcp/applications/google-ads/app.py +23 -0
  99. universal_mcp/applications/google-calendar/README.md +21 -0
  100. universal_mcp/applications/google-calendar/__init__.py +1 -0
  101. universal_mcp/applications/google-calendar/app.py +574 -0
  102. universal_mcp/applications/google-docs/README.md +25 -0
  103. universal_mcp/applications/google-docs/__init__.py +1 -0
  104. universal_mcp/applications/google-docs/app.py +760 -0
  105. universal_mcp/applications/google-drive/README.md +68 -0
  106. universal_mcp/applications/google-drive/__init__.py +1 -0
  107. universal_mcp/applications/google-drive/app.py +4936 -0
  108. universal_mcp/applications/google-gemini/README.md +25 -0
  109. universal_mcp/applications/google-gemini/__init__.py +1 -0
  110. universal_mcp/applications/google-gemini/app.py +663 -0
  111. universal_mcp/applications/google-mail/README.md +31 -0
  112. universal_mcp/applications/google-mail/__init__.py +1 -0
  113. universal_mcp/applications/google-mail/app.py +1354 -0
  114. universal_mcp/applications/google-searchconsole/README.md +21 -0
  115. universal_mcp/applications/google-searchconsole/__init__.py +1 -0
  116. universal_mcp/applications/google-searchconsole/app.py +320 -0
  117. universal_mcp/applications/google-sheet/README.md +36 -0
  118. universal_mcp/applications/google-sheet/__init__.py +1 -0
  119. universal_mcp/applications/google-sheet/app.py +1941 -0
  120. universal_mcp/applications/hashnode/README.md +20 -0
  121. universal_mcp/applications/hashnode/__init__.py +1 -0
  122. universal_mcp/applications/hashnode/app.py +455 -0
  123. universal_mcp/applications/heygen/README.md +44 -0
  124. universal_mcp/applications/heygen/__init__.py +1 -0
  125. universal_mcp/applications/heygen/app.py +961 -0
  126. universal_mcp/applications/http-tools/README.md +16 -0
  127. universal_mcp/applications/http-tools/__init__.py +1 -0
  128. universal_mcp/applications/http-tools/app.py +153 -0
  129. universal_mcp/applications/hubspot/README.md +239 -0
  130. universal_mcp/applications/hubspot/__init__.py +1 -0
  131. universal_mcp/applications/hubspot/app.py +416 -0
  132. universal_mcp/applications/jira/README.md +600 -0
  133. universal_mcp/applications/jira/__init__.py +1 -0
  134. universal_mcp/applications/jira/app.py +28804 -0
  135. universal_mcp/applications/klaviyo/README.md +313 -0
  136. universal_mcp/applications/klaviyo/__init__.py +1 -0
  137. universal_mcp/applications/klaviyo/app.py +11236 -0
  138. universal_mcp/applications/linkedin/README.md +15 -0
  139. universal_mcp/applications/linkedin/__init__.py +1 -0
  140. universal_mcp/applications/linkedin/app.py +243 -0
  141. universal_mcp/applications/mailchimp/README.md +281 -0
  142. universal_mcp/applications/mailchimp/__init__.py +1 -0
  143. universal_mcp/applications/mailchimp/app.py +10937 -0
  144. universal_mcp/applications/markitdown/README.md +12 -0
  145. universal_mcp/applications/markitdown/__init__.py +1 -0
  146. universal_mcp/applications/markitdown/app.py +63 -0
  147. universal_mcp/applications/miro/README.md +151 -0
  148. universal_mcp/applications/miro/__init__.py +1 -0
  149. universal_mcp/applications/miro/app.py +5429 -0
  150. universal_mcp/applications/ms-teams/README.md +42 -0
  151. universal_mcp/applications/ms-teams/__init__.py +1 -0
  152. universal_mcp/applications/ms-teams/app.py +1823 -0
  153. universal_mcp/applications/neon/README.md +74 -0
  154. universal_mcp/applications/neon/__init__.py +1 -0
  155. universal_mcp/applications/neon/app.py +2018 -0
  156. universal_mcp/applications/notion/README.md +30 -0
  157. universal_mcp/applications/notion/__init__.py +1 -0
  158. universal_mcp/applications/notion/app.py +527 -0
  159. universal_mcp/applications/openai/README.md +22 -0
  160. universal_mcp/applications/openai/__init__.py +1 -0
  161. universal_mcp/applications/openai/app.py +759 -0
  162. universal_mcp/applications/outlook/README.md +20 -0
  163. universal_mcp/applications/outlook/__init__.py +1 -0
  164. universal_mcp/applications/outlook/app.py +444 -0
  165. universal_mcp/applications/perplexity/README.md +12 -0
  166. universal_mcp/applications/perplexity/__init__.py +1 -0
  167. universal_mcp/applications/perplexity/app.py +65 -0
  168. universal_mcp/applications/pipedrive/README.md +284 -0
  169. universal_mcp/applications/pipedrive/__init__.py +1 -0
  170. universal_mcp/applications/pipedrive/app.py +12924 -0
  171. universal_mcp/applications/posthog/README.md +132 -0
  172. universal_mcp/applications/posthog/__init__.py +1 -0
  173. universal_mcp/applications/posthog/app.py +7125 -0
  174. universal_mcp/applications/reddit/README.md +135 -0
  175. universal_mcp/applications/reddit/__init__.py +1 -0
  176. universal_mcp/applications/reddit/app.py +4652 -0
  177. universal_mcp/applications/replicate/README.md +18 -0
  178. universal_mcp/applications/replicate/__init__.py +1 -0
  179. universal_mcp/applications/replicate/app.py +495 -0
  180. universal_mcp/applications/resend/README.md +40 -0
  181. universal_mcp/applications/resend/__init__.py +1 -0
  182. universal_mcp/applications/resend/app.py +881 -0
  183. universal_mcp/applications/retell/README.md +21 -0
  184. universal_mcp/applications/retell/__init__.py +1 -0
  185. universal_mcp/applications/retell/app.py +333 -0
  186. universal_mcp/applications/rocketlane/README.md +70 -0
  187. universal_mcp/applications/rocketlane/__init__.py +1 -0
  188. universal_mcp/applications/rocketlane/app.py +4346 -0
  189. universal_mcp/applications/semanticscholar/README.md +25 -0
  190. universal_mcp/applications/semanticscholar/__init__.py +1 -0
  191. universal_mcp/applications/semanticscholar/app.py +482 -0
  192. universal_mcp/applications/semrush/README.md +44 -0
  193. universal_mcp/applications/semrush/__init__.py +1 -0
  194. universal_mcp/applications/semrush/app.py +2081 -0
  195. universal_mcp/applications/sendgrid/README.md +362 -0
  196. universal_mcp/applications/sendgrid/__init__.py +1 -0
  197. universal_mcp/applications/sendgrid/app.py +9752 -0
  198. universal_mcp/applications/sentry/README.md +186 -0
  199. universal_mcp/applications/sentry/__init__.py +1 -0
  200. universal_mcp/applications/sentry/app.py +7471 -0
  201. universal_mcp/applications/serpapi/README.md +14 -0
  202. universal_mcp/applications/serpapi/__init__.py +1 -0
  203. universal_mcp/applications/serpapi/app.py +293 -0
  204. universal_mcp/applications/sharepoint/README.md +0 -0
  205. universal_mcp/applications/sharepoint/__init__.py +1 -0
  206. universal_mcp/applications/sharepoint/app.py +215 -0
  207. universal_mcp/applications/shopify/README.md +321 -0
  208. universal_mcp/applications/shopify/__init__.py +1 -0
  209. universal_mcp/applications/shopify/app.py +15392 -0
  210. universal_mcp/applications/shortcut/README.md +128 -0
  211. universal_mcp/applications/shortcut/__init__.py +1 -0
  212. universal_mcp/applications/shortcut/app.py +4478 -0
  213. universal_mcp/applications/slack/README.md +0 -0
  214. universal_mcp/applications/slack/__init__.py +1 -0
  215. universal_mcp/applications/slack/app.py +570 -0
  216. universal_mcp/applications/spotify/README.md +91 -0
  217. universal_mcp/applications/spotify/__init__.py +1 -0
  218. universal_mcp/applications/spotify/app.py +2526 -0
  219. universal_mcp/applications/supabase/README.md +87 -0
  220. universal_mcp/applications/supabase/__init__.py +1 -0
  221. universal_mcp/applications/supabase/app.py +2970 -0
  222. universal_mcp/applications/tavily/README.md +12 -0
  223. universal_mcp/applications/tavily/__init__.py +1 -0
  224. universal_mcp/applications/tavily/app.py +51 -0
  225. universal_mcp/applications/trello/README.md +266 -0
  226. universal_mcp/applications/trello/__init__.py +1 -0
  227. universal_mcp/applications/trello/app.py +10875 -0
  228. universal_mcp/applications/twillo/README.md +0 -0
  229. universal_mcp/applications/twillo/__init__.py +1 -0
  230. universal_mcp/applications/twillo/app.py +269 -0
  231. universal_mcp/applications/twitter/README.md +100 -0
  232. universal_mcp/applications/twitter/__init__.py +1 -0
  233. universal_mcp/applications/twitter/api_segments/__init__.py +0 -0
  234. universal_mcp/applications/twitter/api_segments/api_segment_base.py +51 -0
  235. universal_mcp/applications/twitter/api_segments/compliance_api.py +122 -0
  236. universal_mcp/applications/twitter/api_segments/dm_conversations_api.py +255 -0
  237. universal_mcp/applications/twitter/api_segments/dm_events_api.py +140 -0
  238. universal_mcp/applications/twitter/api_segments/likes_api.py +159 -0
  239. universal_mcp/applications/twitter/api_segments/lists_api.py +395 -0
  240. universal_mcp/applications/twitter/api_segments/openapi_json_api.py +34 -0
  241. universal_mcp/applications/twitter/api_segments/spaces_api.py +309 -0
  242. universal_mcp/applications/twitter/api_segments/trends_api.py +40 -0
  243. universal_mcp/applications/twitter/api_segments/tweets_api.py +1403 -0
  244. universal_mcp/applications/twitter/api_segments/usage_api.py +40 -0
  245. universal_mcp/applications/twitter/api_segments/users_api.py +1498 -0
  246. universal_mcp/applications/twitter/app.py +46 -0
  247. universal_mcp/applications/unipile/README.md +28 -0
  248. universal_mcp/applications/unipile/__init__.py +1 -0
  249. universal_mcp/applications/unipile/app.py +829 -0
  250. universal_mcp/applications/whatsapp/README.md +23 -0
  251. universal_mcp/applications/whatsapp/__init__.py +1 -0
  252. universal_mcp/applications/whatsapp/app.py +595 -0
  253. universal_mcp/applications/whatsapp-business/README.md +34 -0
  254. universal_mcp/applications/whatsapp-business/__init__.py +1 -0
  255. universal_mcp/applications/whatsapp-business/app.py +1065 -0
  256. universal_mcp/applications/wrike/README.md +46 -0
  257. universal_mcp/applications/wrike/__init__.py +1 -0
  258. universal_mcp/applications/wrike/app.py +1583 -0
  259. universal_mcp/applications/youtube/README.md +57 -0
  260. universal_mcp/applications/youtube/__init__.py +1 -0
  261. universal_mcp/applications/youtube/app.py +1696 -0
  262. universal_mcp/applications/zenquotes/README.md +12 -0
  263. universal_mcp/applications/zenquotes/__init__.py +1 -0
  264. universal_mcp/applications/zenquotes/app.py +31 -0
  265. universal_mcp_applications-0.1.1.dist-info/METADATA +172 -0
  266. universal_mcp_applications-0.1.1.dist-info/RECORD +268 -0
  267. universal_mcp_applications-0.1.1.dist-info/WHEEL +4 -0
  268. universal_mcp_applications-0.1.1.dist-info/licenses/LICENSE +21 -0
@@ -0,0 +1,132 @@
1
+ # Posthog MCP Server
2
+
3
+ An MCP Server for the Posthog API.
4
+
5
+ ## 🛠️ Tool List
6
+
7
+ This is automatically generated from OpenAPI schema for the Posthog API.
8
+
9
+ | Tool | Description |
10
+ | ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11
+ | `is_generating_demo_data_retrieve` | Checks if demo data is being generated for a specific project within an organization. |
12
+ | `reset_token_partial_update` | Resets the authentication token for a specific project within an organization and returns a success status. |
13
+ | `proxy_records_list` | Retrieves a paginated list of proxy records for a specified organization using query parameters for limit and offset. |
14
+ | `proxy_records_create` | Creates a proxy record for the specified organization using the provided organization ID. |
15
+ | `proxy_records_retrieve` | Retrieves a specific proxy record by its ID for a given organization using the PostHog API. |
16
+ | `proxy_records_update` | Updates a specific proxy record within an organization using the provided identifier and returns a status upon success. |
17
+ | `proxy_records_partial_update` | Updates a proxy record for an organization using the provided ID and organization ID, and returns a status message. |
18
+ | `proxy_records_destroy` | Deletes a specific proxy record identified by `{id}` within an organization specified by `{organization_id}` using the `DELETE` method. |
19
+ | `roles_list` | Retrieves a list of roles for a specified organization using the provided organization ID, with optional parameters to limit and offset the results. |
20
+ | `roles_create` | Creates a new role within the specified organization and returns the created resource upon success. |
21
+ | `roles_retrieve` | Retrieves a specific role within an organization based on the role and organization identifiers. |
22
+ | `roles_update` | Updates a specific role in an organization using the provided role ID and organization ID. |
23
+ | `roles_partial_update` | Updates the specified role within an organization using partial modifications via the PATCH method and returns a success response. |
24
+ | `roles_destroy` | Removes a specific role from an organization by its ID using a DELETE request and returns a 204 No Content response upon success. |
25
+ | `roles_role_memberships_list` | Retrieves a paginated list of role memberships for a specific role within an organization using query parameters for limit and offset. |
26
+ | `roles_role_memberships_create` | Assigns a role to an organization member by associating the role ID with the membership via a POST request. |
27
+ | `roles_role_memberships_destroy` | Removes a specific role membership from an organization role using the provided organization ID, role ID, and membership ID. |
28
+ | `actions_list` | Retrieves a list of actions for a specified project using the "GET" method, allowing optional filtering by format, limit, and offset. |
29
+ | `actions_create` | Creates an action for a specified project using the POST method and returns a status message upon success. |
30
+ | `notebooks_list` | Retrieves a list of notebooks for a specific project with optional filtering by content, creator, date range, and pagination parameters. |
31
+ | `notebooks_create` | Creates a new notebook for a specified project using the project ID. |
32
+ | `notebooks_retrieve` | Retrieves the details of a specific notebook identified by its short ID within a given project. |
33
+ | `notebooks_update` | Updates a notebook in the specified project and returns a success status. |
34
+ | `notebooks_partial_update` | Updates a notebook identified by its project ID and short ID using the provided data. |
35
+ | `notebooks_destroy` | Deletes a notebook specified by its short ID from a project identified by its project ID using the API. |
36
+ | `notebooks_activity_retrieve_2` | Retrieves the activity history for a specific notebook within a project. |
37
+ | `notebooks_activity_retrieve` | Retrieves activity information for a notebook within a specified project. |
38
+ | `notebooks_recording_comments_retrieve` | Retrieves a list of recording comments associated with a specific project by its ID. |
39
+ | `persons_list` | Retrieves a list of persons associated with a specific project, optionally filtered by distinct ID, email, properties, or search criteria. |
40
+ | `persons_retrieve` | Retrieves a specific person's details from a project using their ID and allows optional response formatting. |
41
+ | `persons_update` | Updates a specific person's details within a designated project and returns a success response upon completion. |
42
+ | `persons_partial_update` | Updates the details of a specific person associated with a project using the PATCH method, allowing for partial modification of the person's information. |
43
+ | `persons_destroy` | Deletes a specific person within a project, optionally removing associated events, without returning content. |
44
+ | `persons_activity_retrieve_2` | Retrieves activity information for a specific person within a project using the "GET" method. |
45
+ | `persons_delete_events_create` | Deletes events associated with a person in a project using the POST method and returns a status message. |
46
+ | `persons_delete_property_create` | Removes a specified property from a person within a project using a POST request, returning a success status on completion. |
47
+ | `persons_properties_timeline_retrieve` | Retrieves a timeline of property changes for a specific person in a project, optionally formatted. |
48
+ | `persons_split_create` | Splits a specified person into separate entities within a project and returns the operation result. |
49
+ | `persons_update_property_create` | Updates a property for a specified person within a project using the provided key and value. |
50
+ | `persons_activity_retrieve` | Retrieves activity data for persons associated with a specific project in the requested format. |
51
+ | `persons_bulk_delete_create` | Deletes multiple persons from a project in bulk using their IDs or distinct IDs, optionally including the deletion of associated events, via a POST request to `/api/projects/{project_id}/persons/bulk_delete/`. |
52
+ | `persons_cohorts_retrieve` | Retrieves a list of person cohorts for a specified project using the provided project ID. |
53
+ | `persons_funnel_retrieve` | Retrieves a list of persons in a funnel for a specific project using the project ID and optionally formats the output. |
54
+ | `persons_funnel_create` | Tracks user funnel data for a specific project and returns formatted results. |
55
+ | `persons_funnel_correlation_retrieve` | Retrieves correlation data for persons in a project, identified by the project ID, and optionally formats the output based on the specified format parameter. |
56
+ | `persons_funnel_correlation_create` | Calculates and returns the correlation between funnel data for individuals within a specified project using the POST method. |
57
+ | `persons_lifecycle_retrieve` | Retrieves lifecycle information for persons associated with a project, identified by the specified project ID, allowing optional format specification. |
58
+ | `persons_reset_person_distinct_id_create` | Resets and unlinks a person's distinct identifier in the specified project, clearing associated user data across devices or sessions. |
59
+ | `persons_stickiness_retrieve` | Retrieves stickiness data for persons associated with a specific project, optionally formatted. |
60
+ | `persons_trends_retrieve` | Retrieves trends related to persons in a specified project using the GET method and returns the data in a requested format. |
61
+ | `persons_values_retrieve` | Retrieves a list of person values for a specified project using the provided project ID. |
62
+ | `plugin_configs_logs_list` | Retrieves and returns log entries for a specific plugin configuration within a project, allowing pagination through query parameters for limit and offset. |
63
+ | `property_definitions_list` | Retrieves property definitions for a specific project with optional filtering for event names, excluded properties, hidden status, numerical type, and feature flags. |
64
+ | `property_definitions_retrieve` | Retrieves a specific property definition by ID for a given project. |
65
+ | `property_definitions_update` | Updates or replaces a specific property definition within a project using the PUT method, where the project and property definition are identified by their respective IDs. |
66
+ | `property_definitions_partial_update` | Updates a specific property definition for a project using the "PATCH" method, allowing partial modifications to the resource at "/api/projects/{project_id}/property_definitions/{id}/". |
67
+ | `property_definitions_destroy` | Deletes a specified property definition from a project using the provided project ID and property definition ID. |
68
+ | `property_definitions_seen_together_retrieve` | Retrieves property definitions that are commonly seen together for a specified project. |
69
+ | `query_create` | Submits a query to process or retrieve project-specific data and returns the results. |
70
+ | `query_retrieve` | Retrieves query details for a specific query within a project identified by the project ID and query ID. |
71
+ | `query_destroy` | Deletes a query identified by the given ID within a specified project using the DELETE method and returns a successful response without content upon deletion. |
72
+ | `query_check_auth_for_async_create` | Checks authorization for asynchronous operations on a specified project and returns the result. |
73
+ | `query_draft_sql_retrieve` | Retrieves draft SQL queries for a specified project using the project's ID. |
74
+ | `session_recording_playlists_list` | Retrieves a paginated list of session recording playlists for a specified project, filtered by creator, short ID, or other parameters. |
75
+ | `session_recording_playlists_create` | Creates a new session recording playlist for a specified project, allowing users to organize session recordings, using the PostHog API. |
76
+ | `session_recording_playlists_retrieve` | Retrieves a session recording playlist by project ID and short ID using the GET method. |
77
+ | `session_recording_playlists_update` | Updates a session recording playlist's configurations (name, description, filters, etc.) for a specified project and playlist identifier using the provided parameters. |
78
+ | `session_recording_playlists_partial_update` | Updates a session recording playlist for a specific project identified by project_id and playlist short_id. |
79
+ | `session_recording_playlists_destroy` | Deletes a session recording playlist in a specified project using its short identifier, returning a 405 status code (method not allowed for hard deletes). |
80
+ | `session_recording_playlists_recordings_retrieve` | Retrieves a list of recordings associated with a specific session recording playlist in a project. |
81
+ | `session_recording_playlists_recordings_create` | Creates a new recording for a session recording playlist within a specified project using the provided session recording ID and short ID. |
82
+ | `session_recording_playlists_recordings_destroy` | Deletes a specific session recording from a session recording playlist in a project using the provided project, playlist, and recording identifiers. |
83
+ | `session_recordings_list` | Retrieves a list of session recordings for a specified project, allowing pagination through limit and offset parameters. |
84
+ | `session_recordings_retrieve` | Retrieves a specific session recording for a project identified by project_id and session ID. |
85
+ | `session_recordings_update` | Updates or replaces a specific session recording within a project using the provided ID and returns a success status upon completion. |
86
+ | `session_recordings_partial_update` | Updates the specified session recording within a project with partial modifications using the PATCH HTTP method. |
87
+ | `session_recordings_destroy` | Deletes a specific session recording using the provided project ID and session recording ID. |
88
+ | `session_recordings_analyze_similar_retrieve` | Analyzes a session recording for similar recordings within a specific project using the provided project ID and session recording ID. |
89
+ | `session_recordings_sharing_list` | Retrieves sharing details for a specific session recording within a project. |
90
+ | `session_recordings_ai_regex_create` | Creates AI-powered regex session recordings for a specified project using the POST method. |
91
+ | `sessions_property_definitions_retrieve` | Retrieves property definitions associated with sessions for a specified project. |
92
+ | `sessions_values_retrieve` | Retrieves session values for a specific project identified by its project_id. |
93
+ | `subscriptions_list` | Retrieves a list of subscriptions for a specified project by project ID, allowing pagination through query parameters for limit and offset. |
94
+ | `subscriptions_create` | Creates a new subscription for a project using the provided project ID and returns a successful creation status. |
95
+ | `subscriptions_retrieve` | Retrieves details about a specific subscription within a project. |
96
+ | `subscriptions_update` | Updates an existing subscription associated with a specific project by replacing it with the provided data. |
97
+ | `subscriptions_partial_update` | Updates a subscription by partially modifying its properties, such as specified fields, using the "/api/projects/{project_id}/subscriptions/{id}/" endpoint with the PATCH method. |
98
+ | `subscriptions_destroy` | Deletes a specific subscription associated with a project by its identifier. |
99
+ | `surveys_list` | Retrieves a paginated list of surveys for a specific project with optional search and pagination parameters. |
100
+ | `surveys_create` | Creates a new survey under the specified project and returns a status message upon successful creation. |
101
+ | `surveys_retrieve` | Retrieves details for a specific survey in a project using the provided ID. |
102
+ | `surveys_update` | Updates a survey specified by its ID within a project identified by its ID using the PUT method. |
103
+ | `surveys_partial_update` | Updates a specific survey within a project by applying partial modifications and returns a success status. |
104
+ | `surveys_destroy` | Deletes a survey identified by `{id}` within a project specified by `{project_id}` using the HTTP DELETE method. |
105
+ | `surveys_activity_retrieve_2` | Retrieves the activity details for a specific survey within a project. |
106
+ | `surveys_stats_retrieve_2` | Retrieves aggregated response statistics for a specific survey within a project. |
107
+ | `surveys_summarize_responses_create` | Generates summarized insights from survey responses for a specified project and survey using AI-powered summarization. |
108
+ | `surveys_activity_retrieve` | Retrieves activity data for surveys associated with a specific project ID. |
109
+ | `surveys_responses_count_retrieve` | Retrieves the count of survey responses for a specified project using the project ID. |
110
+ | `surveys_stats_retrieve` | Retrieves aggregated response statistics across all surveys for a specified project, providing total counts and rates, using the "GET" method. |
111
+ | `web_experiments_list` | Retrieves a list of web experiments for a specified project using the Optimizely Web Experimentation API, allowing for pagination via optional limit and offset parameters. |
112
+ | `web_experiments_create` | Creates a new web experiment within a specified project using the Optimizely Web Experimentation API and returns a successful creation status message. |
113
+ | `web_experiments_retrieve` | Retrieves details about a specific web experiment defined by its ID within a specified project using the Optimizely Web Experimentation API. |
114
+ | `web_experiments_update` | Updates a web experiment for a specified project using the provided ID and returns a success status upon completion. |
115
+ | `web_experiments_partial_update` | Updates specific properties of a web experiment in a project using the PATCH method, returning a successful response upon modification. |
116
+ | `web_experiments_destroy` | Deletes a web experiment associated with a specified project using the project ID and experiment ID. |
117
+ | `users_list` | Retrieves a list of user records from the system, filtered by staff status, with optional pagination using limit and offset parameters. |
118
+ | `users_retrieve` | Retrieves user data for a specific user identified by the provided UUID using the GET method. |
119
+ | `users_update` | Updates or replaces a user's entire resource at the specified UUID endpoint using the provided data. |
120
+ | `users_partial_update` | Updates a specific user's details, identified by their UUID, using partial modifications via the PATCH method. |
121
+ | `users_hedgehog_config_retrieve` | Retrieves the hedgehog configuration for a user identified by the specified UUID. |
122
+ | `users_hedgehog_config_partial_update` | Updates the hedgehog configuration settings for a specific user identified by UUID using a PATCH request. |
123
+ | `users_scene_personalisation_create` | Sends a request to personalize a scene for a user identified by their UUID, enabling tailored experiences based on user-specific data. |
124
+ | `users_start_2fa_setup_retrieve` | Starts the setup process for two-factor authentication (2FA) for a user identified by their UUID. |
125
+ | `users_two_factor_backup_codes_create` | Generates and stores backup codes for two-factor authentication (2FA) associated with the specified user UUID. |
126
+ | `users_two_factor_disable_create` | Disables two-factor authentication for a specific user identified by their UUID. |
127
+ | `users_two_factor_start_setup_retrieve` | Initiates two-factor authentication setup for a user identified by their UUID, facilitating an additional security layer beyond the primary login credentials. |
128
+ | `users_two_factor_status_retrieve` | Retrieves the two-factor authentication status for a user identified by the specified UUID using the GET method. |
129
+ | `users_two_factor_validate_create` | Validates two-factor authentication for a user identified by the provided UUID using the POST method. |
130
+ | `users_validate_2fa_create` | Validates two-factor authentication for a user identified by the provided UUID using the API. |
131
+ | `users_request_email_verification_create` | Sends an email verification request to a user using the POST method at the path "/api/users/request_email_verification/". |
132
+ | `users_verify_email_create` | Verifies an email address for a user using a POST request to the "/api/users/verify_email/" endpoint. |
@@ -0,0 +1 @@
1
+ from .app import PosthogApp