You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Webhooks v2 support with CRUD operations for subscriptions and endpoints, including event type discovery and test delivery functionality. Update documentation and README to reflect new features.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A modern Python SDK for the [Tango API](https://tango.makegov.com) by MakeGov, f
6
6
7
7
-**Dynamic Response Shaping** - Request only the fields you need, reducing payload sizes by 60-80%
8
8
-**Full Type Safety** - Runtime-generated TypedDict types with accurate type hints for IDE autocomplete
9
-
-**Comprehensive API Coverage** - All major Tango API endpoints (contracts, entities, forecasts, opportunities, notices, grants) [Note: the current version does NOT implement all endpoints, we will be adding them incrementally]
9
+
-**Comprehensive API Coverage** - All major Tango API endpoints (contracts, entities, forecasts, opportunities, notices, grants, webhooks) [Note: the current version does NOT implement all endpoints, we will be adding them incrementally]
10
10
-**Flexible Data Access** - Dictionary-based response objects with validation
11
11
-**Modern Python** - Built for Python 3.12+ using modern async-ready patterns
12
12
-**Production-Ready** - Comprehensive test suite with VCR.py-based integration tests
0 commit comments