PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

Need an SDK interface for BulkUploadBundle #1010

Closed reefdog closed 2 months ago

reefdog commented 2 months ago

Over in the front end, we're converting all our homegrown types to use SDK-provided types when available.

One that seems to be missing is BulkUploadBundle, which we're having to recreate: https://github.com/PhilanthropyDataCommons/front-end/blob/3e39eb2f5815dd0de2caf03733d94242475465ef/src/pdc-api.ts#L174-L177