Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
a1214cf38b
forgot a hashvalue always changes so I can't use that, therefore I created extension on URL for a UniqueIdentifier based of crypto that will always be the same.
887cfd99ea
wired up the ViewModel's SmallPhoto property change event with Combine
9d3a23e69d
get the small photo using the ImageCacheService
255356ff19
created singleton to just fetch data for a decodable. this doesn't handle any customization for a URLRequest, just dealing with a public url for now.
7f2e03ed6b
startig with the Network Service layer for getting JSON and dealing with errors.