niskah-media

Results 3 issues of niskah-media

Hi, I just found your repository, it's exactly want I want to make, I'm trying to test and use client, but can't login. When I run client, I just have...

- [x] I've searched past issues and I couldn't find reference to this. **Swiftagram version** `5.4.0` **Describe the bug** Just trying to run Followers Example and not work **To reproduce**...

bug

I'm trying to store struct object but not work. ``` struct InstagramApiUser: Codable { var access_token: String var user_id: Int } ``` storing with: ``` let json = try JSONDecoder().decode(InstagramApiUser.self,...