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
docs: add missing endpoints and update filter params
Add documentation for Offices, Organizations, OTAs, OTIDVs, Subawards,
NAICS, Assistance, GSA eLibrary Contracts, and Protests endpoints.
Update Entities, Forecasts, Opportunities, Notices, and Grants with
full explicit filter parameters. Add PROTESTS_MINIMAL and
GSA_ELIBRARY_CONTRACTS_MINIMAL to ShapeConfig table. Update README
with new endpoint examples and project structure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+58-28Lines changed: 58 additions & 28 deletions
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, webhooks) [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, IDVs, OTAs, entities, forecasts, opportunities, notices, grants, protests, webhooks, and more)
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