Skip to content

Commit a6d5a8f

Browse files
committed
Update docs + Bump version
1 parent 9dab224 commit a6d5a8f

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.0
2+
* Added new endpoint:
3+
* ``/view/SpeakerEmails`` (undocumented)
4+
15
# 1.0.1
26
* Shrunk generated code a bit
37
* Updated openapi generator

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ Java client for the [Sessionize API](https://sessionize.com/playbook/api)
88

99
This client [is generated](./sessionize-java-client/pom.xml) from an [``openapi.yml``](./openapi/openapi.yml) using [OpenAPI Generator](https://openapi-generator.tech/).
1010

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>
1523

1624
## Installation
1725
[Installation guide for the latest release](https://github.com/xdev-software/sessionize-java-client/releases/latest#Installation)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>sessionize-java-client-root</artifactId>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>1.1.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<organization>

sessionize-java-client-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>sessionize-java-client-demo</artifactId>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>1.1.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<inceptionYear>2023</inceptionYear>

sessionize-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>sessionize-java-client</artifactId>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>1.1.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>sessionize-java-client</name>

0 commit comments

Comments
 (0)