diff --git a/README.md b/README.md index 1972678..c77d384 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,17 @@ Tagging a release on this repository will update the: -- [Node.js SDK repo](https://github.com/fern-squidex/squidex-node) -- _More SDKs to come..._ +- [Node.js SDK repo](https://github.com/squidex/sdk-node) +- [Java SDK repo](https://github.com/squidex/sdk-java) ## What is in this repository? This repository contains -- Squidex's Fern API Definition which lives in the [definition](./fern/api/definition/) folder -- Generators (see [generators.yml](./fern/api/generators.yml)) +- Squidex's OpenAPI specs which lives in the [definition](./fern/openapi/) folder +- Generators (see [generators.yml](./fern/generators.yml)) -## What is in the API Definition? - -The API Definition contains information about what endpoints, types, and errors are used in the API. The definition is broken into smaller files such as [{TODO}.yml](fern/api/definition/{TODO}.yml) and [{TODO}.yml](fern/api/definition/{TODO}.yml). - -To make sure that the definition is valid, you can use the Fern CLI. +To make sure that the OpenAPI is valid, you can use the Fern CLI. ```bash npm install -g fern-api # Installs CLI diff --git a/fern/fern.config.json b/fern/fern.config.json index 2370c33..72accc7 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "squidex", - "version": "0.15.0-rc15" + "version": "0.15.0-rc32" } \ No newline at end of file diff --git a/fern/generators.yml b/fern/generators.yml index c5e2299..a196a35 100644 --- a/fern/generators.yml +++ b/fern/generators.yml @@ -17,7 +17,7 @@ groups: java-sdk: generators: - name: fernapi/fern-java-sdk - version: 0.5.4 + version: 0.5.10-rc11-4-g577c499 output: location: maven coordinate: io.squidex:squidex