issues
search
Mobilette
/
AniMee
MIT License
1
stars
0
forks
source link
ALW-01 - Fetch anime episodes from Analist API
#2
Closed
romsi
closed
8 years ago
romsi
commented
9 years ago
Related to Trello task
.
[x] Create API service class
[x] Create anime episode router
[x] Map anime episode object with JSON response
[x] Format data for view
romsi
commented
9 years ago
What I did:
I created an API service class
I added the Anilist Authentication class (OAuthSwift pod)
I linked Anilist Authentication class to the API service class
Problems:
None.
What's next:
Create a protocol for API service class
Test Anilist authentication
romsi
commented
9 years ago
What I did:
I created a protocol for API service class
I added the handling method for open url
I tested Anilist authentication
Problems:
None.
What's next:
Create anime episode router
Map anime episode object with JSON response
romsi
commented
9 years ago
What I did:
I created the anime episode router
I stored the OAuth credential
I retrieved the OAuth credential for router
Problems:
None.
What's next:
Create a separated API service for animes
Map anime episode object with JSON response
romsi
commented
9 years ago
What I did:
I created a separated API service for animes
I set up NSLogger
Problems:
None.
What's next:
Map anime episode object with JSON response
Related to Trello task.