mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
* adding openapi generation * added optional responses * added path params * added request body * added full openapi file * fixed crud bug * fixed small bugs * added generate-docs script * added parameter example * create docs from handler * improved parse openapi interface * removed unused * added endpoint metadata * added current user handler * migrated old docs to fern * 🌿 api set-up (#75) Co-authored-by: Catherine Deskur <chdeskur@gmail.com> * added sdk docs * updated tabs * improved styling * added header links * added tags to docs * added focus to docs * added focus to team docs * improved docs wording * added discord link * updated generate-keys docs * fixed merge error * added yaml package * added github actions * fixed doc gen bug * added docs lint check * added doc watch changes * updated github actions * fixed action file * updated publish docs workflow * added overview page * fixed action bug --------- Co-authored-by: fern <126544928+fern-bot@users.noreply.github.com> Co-authored-by: Catherine Deskur <chdeskur@gmail.com>
14 lines
375 B
YAML
14 lines
375 B
YAML
groups:
|
|
python-sdk:
|
|
generators:
|
|
- name: fernapi/fern-python-sdk
|
|
version: 2.9.5
|
|
# output:
|
|
# location: pypi
|
|
# package-name: "stack-auth"
|
|
# token: ${ PYPI_TOKEN }
|
|
github:
|
|
repository: fern-demo/stack-auth-python-sdk
|
|
# mode: pull-request
|
|
config:
|
|
client_class_name: StackAuth |