Back to Feed
Link github

✅ PR: [CHORE] Fix fetch donations endpoint request

Repository: Say-Their-Name/say-their-names-ios
Open-source platform that raises awareness of the injustice and often forgotten names of racial inequality.


  • The DonationType had an id of type String and it needed to be converted to Int
  • Both Donation.person and Donation.type need to be optional. It seems as if they aren't guaranteed fields to be returned by the API
  • Some smaller fixes in regards to line length and handling the new optional Person for Donation objects
Visit github.com