-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from OnedocLabs/fileforge-rename
rename FF to Ff
- Loading branch information
Showing
10 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
fern/pages/help_center/html_to_pdf/generate-hosted-pdf-from-html.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
fern/pages/help_center/html_to_pdf/generate-pdf-from-html-react-print.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
title: Welcome to FileForge | ||
title: Welcome to Fileforge | ||
--- | ||
|
||
Welcome to FileForge's API documentation! 👋 | ||
<br/><br/>**FileForge is an API for PDF document workflows.** | ||
<br/>FileForge enables developers to perform any PDF task like generation, form filling, digital signature and more. | ||
Welcome to Fileforge's API documentation! 👋 | ||
<br/><br/>**Fileforge is an API for PDF document workflows.** | ||
<br/>Fileforge enables developers to perform any PDF task like generation, form filling, digital signature and more. | ||
Our open-source library helps developers build complex documents that integrate with our API and external services to build document-centric workflows. | ||
<br/>Here you’ll find resources and guides for the FileForge API and open-source React library for PDF generation: [react-print](/react-print/welcome/). | ||
<br/>Here you’ll find resources and guides for the Fileforge API and open-source React library for PDF generation: [react-print](/react-print/welcome/). | ||
<br/>Please don’t hesitate to contact us at [email protected] if you need assisance. | ||
|
||
### Official API Clients | ||
|
||
FileForge maintains official API clients for Python, Node/Typescript, and Go. We recommend using these clients to interact | ||
Fileforge maintains official API clients for Python, Node/Typescript, and Go. We recommend using these clients to interact | ||
with all stable endpoints. You can find them here: | ||
|
||
<Cards> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
### Error Handling in FileForge Functions | ||
### Error Handling in Fileforge Functions | ||
|
||
#### Overview | ||
|
||
Error handling is a crucial aspect of any application that interacts with external APIs. The FileForge functions, are designed to throw specific errors based on different failure scenarios. Proper error handling ensures that your application can gracefully handle issues and provide meaningful feedback to users. | ||
Error handling is a crucial aspect of any application that interacts with external APIs. The Fileforge functions, are designed to throw specific errors based on different failure scenarios. Proper error handling ensures that your application can gracefully handle issues and provide meaningful feedback to users. | ||
|
||
#### Common Errors | ||
|
||
The FileForge functions can throw the following common errors: | ||
The Fileforge functions can throw the following common errors: | ||
|
||
- `FileForge.BadRequestError` | ||
- `FileForge.UnauthorizedError` | ||
- `FileForge.InternalServerError` | ||
- `FileForge.BadGatewayError` | ||
- `FileForgeTimeoutError` | ||
- `FileForgeError` | ||
- `Fileforge.BadRequestError` | ||
- `Fileforge.UnauthorizedError` | ||
- `Fileforge.InternalServerError` | ||
- `Fileforge.BadGatewayError` | ||
- `FileforgeTimeoutError` | ||
- `FileforgeError` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters