Co-authored-by: Sahil Chatiwala <sahilchatiwala@gmail.com> Co-authored-by: Sahil <sahil@buildwithfern.com>
32 lines
728 B
YAML
32 lines
728 B
YAML
# yaml-language-server: $schema=https://schema.buildwithfern.dev/generators-yml.json
|
|
|
|
auth-schemes:
|
|
ApiKeyScheme:
|
|
header: x-api-key
|
|
type: string
|
|
name: x-api-key
|
|
|
|
api:
|
|
auth: ApiKeyScheme
|
|
specs:
|
|
- openapi: openapi/skyvern_openapi.json
|
|
origin: https://api.skyvern.com/openapi.json
|
|
overrides: openapi/overrides.yml
|
|
settings:
|
|
title-as-schema-name: false
|
|
|
|
|
|
groups:
|
|
python-sdk:
|
|
generators:
|
|
- name: fernapi/fern-python-sdk
|
|
smart-casing: true
|
|
version: 4.3.17
|
|
output:
|
|
location: pypi
|
|
package-name: skyvern
|
|
github:
|
|
repository: Skyvern-AI/skyvern-python
|
|
config:
|
|
client_class_name: Skyvern
|