@foru-ms/sdk 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,13 +6,13 @@ This SDK is fully typed and provides a comprehensive interface to the Foru.ms AP
|
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
**Fully Typed** - Complete TypeScript support with detailed type definitions
|
|
10
|
+
**Auto Retry** - Automatic retry logic for rate limits and server errors
|
|
11
|
+
**Easy Pagination** - Built-in helpers for cursor-based pagination
|
|
12
|
+
**Rich Error Classes** - Specific error types for better error handling
|
|
13
|
+
**Webhook Verification** - Built-in signature verification for webhooks
|
|
14
|
+
**Rate Limit Tracking** - Automatic tracking of API rate limits
|
|
15
|
+
**Comprehensive Examples** - Detailed examples for common use cases
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
|
@@ -504,12 +504,15 @@ We welcome contributions! Please see our contributing guidelines for more inform
|
|
|
504
504
|
|
|
505
505
|
## Support
|
|
506
506
|
|
|
507
|
-
-
|
|
508
|
-
-
|
|
509
|
-
-
|
|
507
|
+
- Support: https://foru.ms/support
|
|
508
|
+
- Documentation: https://docs.foru.ms
|
|
509
|
+
- Issues: https://github.com/foru-ms/sdk/issues
|
|
510
510
|
|
|
511
511
|
## Changelog
|
|
512
512
|
|
|
513
|
+
### v1.2.1
|
|
514
|
+
- README.md formatting and updates
|
|
515
|
+
|
|
513
516
|
### v1.2.0
|
|
514
517
|
- Added custom error classes for better error handling
|
|
515
518
|
- Added automatic retry logic with exponential backoff
|
|
@@ -518,7 +521,11 @@ We welcome contributions! Please see our contributing guidelines for more inform
|
|
|
518
521
|
- Added 22 new endpoints
|
|
519
522
|
- Enhanced documentation and examples
|
|
520
523
|
|
|
521
|
-
### v1.
|
|
524
|
+
### v1.1.0
|
|
525
|
+
- Added 22 new endpoints
|
|
526
|
+
- Enhanced documentation and examples
|
|
527
|
+
|
|
528
|
+
### v1.0.0
|
|
522
529
|
- Initial SDK release with core functionality
|
|
523
530
|
|
|
524
531
|
## License
|