Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Squidex/sdk-fern
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Nov 8, 2023
2 parents df69f00 + bd37910 commit c36671a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "squidex",
"version": "0.15.0-rc15"
"version": "0.15.0-rc32"
}
2 changes: 1 addition & 1 deletion fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c36671a

Please sign in to comment.