learn-swift-winnipeg / Meetup-Project

The only repo you'll ever need....
1 stars 2 forks source link

How about using Meetup API? #2

Closed SebastienFCT closed 6 years ago

SebastienFCT commented 6 years ago

Should we be using Meetup API for the project or are we going to "duplicate" the content of our meetups in our own remote system (the swift server)?

jeffreyfultonca commented 6 years ago

@SebastienFCT I would like us to gain experience using a database in our Swift server project, so to that end I guess I’m voting we “duplicate” the content. However it could also be cool to pull some data from the Meetup.com API as well. Then we get experience with server-to-server communication and automated tasks too.

spprichard commented 6 years ago

Yea so I think we will use a combination approach. There are things the Meetup API exposes that we may want to integrate into out service. There are also things that we will want to store as well. For example comments a specific User left on a topic.

SebastienFCT commented 6 years ago

Sounds good to me and makes sense.

I'm closing the ticket,

We should document this somehow, and make sure that these two providers will be clearly identified in the mobile app (while reading the code, you should know which API you're actually consuming).