Skip to content

Commit

Permalink
Merge pull request #12 from OnedocLabs/fern/prepareTS
Browse files Browse the repository at this point in the history
Prepare TS SDK for release
  • Loading branch information
pierredge authored May 27, 2024
2 parents 21e6974 + 262a91d commit 79ce7a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ navigation:
path: ./pages/api-reference/authentication.mdx
slug: authentication
- api: API Reference
snippets:
typescript: "@fileforge/client"
python: "fileforge"
- tab: help
layout:
- section: HTML to PDF
Expand Down
6 changes: 3 additions & 3 deletions fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ groups:
version: 0.20.0-rc1
output:
location: npm
package-name: 'fileforge'
#token: ${NPM_TOKEN}
package-name: '@fileforge/client'
token: ${NPM_TOKEN}
github:
repository: OnedocLabs/fileforge-node-sdk
license: MIT
Expand All @@ -23,7 +23,7 @@ groups:
output:
location: pypi
package-name: 'fileforge'
#token: ${ PYPI_TOKEN }
token: ${ PYPI_TOKEN }
github:
repository: OnedocLabs/fileforge-python-sdk
license: MIT
Expand Down
2 changes: 2 additions & 0 deletions openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ paths:
/status/:
get:
summary: Retrieve server status
x-fern-ignore: true
/pdf/docx/:
post:
summary: Convert a DOC or DOCX to PDF
x-fern-sdk-method-name: convert_docx
x-fern-ignore: true
/pdf/generate/:
post:
summary: Generate a PDF
Expand Down

0 comments on commit 79ce7a6

Please sign in to comment.