You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,18 @@ Java client for the [Sessionize API](https://sessionize.com/playbook/api)
8
8
9
9
This client [is generated](./sessionize-java-client/pom.xml) from an [``openapi.yml``](./openapi/openapi.yml) using [OpenAPI Generator](https://openapi-generator.tech/).
10
10
11
-
Currently this client supports the following endpoints of the Sessionize API ``v2``:
12
-
*``/view/All``
13
-
*``/view/Speakers``
14
-
*``/view/Sessions``
11
+
#### API Support Status
12
+
13
+
<details><summary>Supported endpoints</summary>
14
+
15
+
Sessionize API ``v2``:
16
+
*``view``
17
+
* All ✔️
18
+
* Speakers ✔️
19
+
* SpeakerEmails ✔️ (undocumented endpoint)
20
+
* Sessions ✔️
21
+
22
+
</details>
15
23
16
24
## Installation
17
25
[Installation guide for the latest release](https://github.com/xdev-software/sessionize-java-client/releases/latest#Installation)
0 commit comments