| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
DDSlackWebhook is a simple client post notification to your slack channel use slack incoming webhooks. Written in Objective-c.
pod 'DDSlackWebhook'
You can copy all the files under the DDSlackWebhook folder into your project.
// Config
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[DDSlackWebhookClient withWebhookURL:[NSURL URLWithString:@""]];
return YES;
}
// Post
[[DDSlackWebhookClient sharedClient] postNotificationToChannel:nil
text:nil
username:nil
iconURL:nil
iconEmoji:nil
completion:nil];
Liu Yi, 61upup@gmail.com
DDSlackWebhook is available under the MIT license. See the LICENSE file for more info.
| Back | FazBrowse Home | New Git URL |