Fabien

Results 10 comments of Fabien

Thank you. I understand your point of view but it requires an unnecessary tools:overrideLibrary.

For instance, in debug mode, this is the url called : http://api.openweathermap.org/data/2.5/forecast/daily?mode=json&lat=48.756406&lon=2.3055477&units=metric&lang=en&APPID=928480875df79d0b28fbd89422ec55e1 We have min/max temperatures in the json result but for each DayForecast, we have a null value for...

I'm also looking for a swift sample

This is a functional sample : ``` ChimpKit.sharedKit().apiKey = "your api key" let params:[NSObject : AnyObject] = ["id": "your list id", "email": ["email": "[email protected]"]] ChimpKit.sharedKit().callApiMethod("lists/subscribe", withParams: params, andCompletionHandler: {(response, data,...

I'm also looking for a swift sample ;)

This is a functional sample : ``` ChimpKit.sharedKit().apiKey = "your api key" let params:[NSObject : AnyObject] = ["id": "your list id", "email": ["email": "[email protected]"]] ChimpKit.sharedKit().callApiMethod("lists/subscribe", withParams: params, andCompletionHandler: {(response, data,...

You should look at the "double_optin" parameter : https://apidocs.mailchimp.com/api/2.0/lists/subscribe.php

I think the API is still 2.0 I tried the double_optin parameter, I don't receive a confirmation email with : `let params:[NSObject : AnyObject] = ["id": listId, "email": ["email": email],...

I'm not the developer of this library. They say "ChimpKit is an API wrapper for the MailChimp API 2.0.".