DEV Community

Nathan Nguyen
Nathan Nguyen

Posted on

How to retrieve User's followed Spotify API with angular 8?

enter image description here

How can I get total number that User followed with Spotify API?

I got my followers and all the top tracks that I currently listened but I don't know how to retrieve total following and total playlists that I created.

Here is my user.service.ts:

export class UserService {

Top comments (0)