bundleup-sdk 0.1.0 → 0.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95aacf3ac3efd394ecf74d205e774de2b0d3aeb68b547ca2ff1fce1d17372ad5
4
- data.tar.gz: 11e31c4b1f8f281fbfcac14c68301a3bac673ab90465cf967f9bdc3250fc3557
3
+ metadata.gz: ba06919233fbc103a37d4f9d44fbaa50c297fd6216ed3ddb1278d267475dd85c
4
+ data.tar.gz: c1dec69f9ef13a25925e858a37c2d35da04877fc5c0f65892487189fbbba175c
5
5
  SHA512:
6
- metadata.gz: 17a5a80b9b93634f6c8467fb95b6ef63ab447fef316d3d971aeb3f562feb3f9f6d7d2fc661b15a1661c4a85456a9db18018e4eeabf117ede2c226940561fb8fc
7
- data.tar.gz: f13f062aaf534759784470397a260bfa4159ff70488df01784959c1e08c446a7693c24057369539bf28844ed623dce59a5ea67be108f5c0d5a2747947af2ac81
6
+ metadata.gz: 6dd00c122d22d1af6734c05a8941954203e42c59cabff8213f7c49f1cbddbdd64400b357048ad754d1a17e24085b791e82f5b148a586fa4fc9bddc42af195fee
7
+ data.tar.gz: e59b8428e59b2fbaa397090a59823fa1044bc37c2d962f2d94e4b39b3ea64254610866d47d6dd239aa92f6ee5aad89282d6bc3c35ee225c4a5bdca19c46b6184
data/CHANGELOG.md CHANGED
@@ -1,21 +1 @@
1
1
  # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [0.1.0] - 2026-01-21
9
-
10
- ### Added
11
- - Initial release of BundleUp Ruby SDK
12
- - Support for Connections, Integrations, and Webhooks resources
13
- - Proxy API for direct integration calls
14
- - Unify API with Chat, Git, and PM modules
15
- - Comprehensive error handling with custom exception classes
16
- - Full HTTP method support (GET, POST, PUT, PATCH, DELETE)
17
- - Automatic retry logic with exponential backoff
18
- - JSON request/response handling
19
- - Complete YARD documentation
20
-
21
- [0.1.0]: https://github.com/bundleup/bundleup-sdk-ruby/releases/tag/v0.1.0