Fern-api

Latest version: v0.1.1

Safety actively analyzes 639131 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 128

0.13.0rc0

- OpenAPI oneOf subtypes have generated names based on unique properties (dsinghvi)

0.11.12

- Special case importing oneOf types that are all enums (dsinghvi)

0.11.12rc2

* Add `ServiceTypeReferenceInfo` to IR so that generators can recognize what types are referenced from exactly one service (amckinney).
yaml
ServiceTypeReferenceInfo:
properties:
typesReferencedOnlyByService:
docs: "Types referenced by exactly one service."
type: map<commons.ServiceId, list<commons.TypeId>>
sharedTypes:
docs: "Types referenced by either zero or multiple services."
type: list<commons.TypeId>

0.11.12rc1

- Support `x-fern-ignore` OpenAPI extension. This extensions configures fern to ignore certain endpoints when generating SDKs. (dsinghvi)
yaml
paths:
my/endpoint/path:
get:
x-fern-ignore: true <------- fern will skip this endpoint

0.11.12rc0

- Specify license in generators.yml (amckinney)
yaml
groups:
publish:
- name: fernapi/fern-go-sdk
version: 0.0.1
github:
repository: my-org/my-repo
license: MIT <------- or Apache-2.0

0.11.11

- OpenAPI importer handles converting numbers formatted as time-delta (dsinghvi)

Page 15 of 128

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.