ProjectSidewalk / SidewalkGallery

A gallery for Project Sidewalk
MIT License
1 stars 0 forks source link

Cleanup service API #29

Open aileenzeng opened 4 years ago

aileenzeng commented 4 years ago

The GalleryService is super jank with its API calls. As a client, we should just have to pass in the label type id (rather than having to worry about any conversions between name <--> id). There should also be some utils (probably located in another file) that allow us to do this.