marcoaldana25 / AngularShowcase

A repository for learning and working with Angular, targeting API's that I've developed.
0 stars 0 forks source link

Update Artist search response object to no longer return SearchResult #13

Open marcoaldana25 opened 6 months ago

marcoaldana25 commented 6 months ago

Currently making an update to update the response from GET Artist Search from SearchResult to now return the Artists object as I grow the API. This change should be easy enough, replace the instances where I'm working with SearchResult to be one layer down. All the properties should exists already