You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package has been adapted from [bluora/php-slack-api](https://github.com/bluora/php-slack-api) by H&H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).
16
+
This package has been adapted from [cleentfaar/slack](https://github.com/cleentfaar/slack) by H&H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).
17
+
18
+
### 1.0.0 release
19
+
Please note that from the 1.0.0 release this package's namespace (and folder structure) will change from CL\Slack to Bluora\SlackApi.
20
+
21
+
From v1.0.0.0 all the payloads and responses will be matched with the Slack API and missing api methods (listed below) will be completed.
17
22
18
23
### Documentation
19
24
@@ -31,25 +36,6 @@ This package has been adapted from [bluora/php-slack-api](https://github.com/blu
31
36
allowing fully spec-ed PHP objects to be used for working with the API.
32
37
- Code has been highly abstracted to support re-use in more specific implementations (see [SlackBundle](https://github.com/cleentfaar/CLSlackBundle))
33
38
34
-
35
-
### Further reading
36
-
37
-
I've done my best to include links to the official documentation in the code where appropriate.
38
-
39
-
Still, you should really check out the [API documentation](https://api.slack.com/) of Slack yourself to get a better
40
-
understanding of exactly what each API method does and what data it will return.
41
-
42
-
If you feel there is some part of this package that you would like to see documented in more detail, please don't hesitate
43
-
to create an issue for it.
44
-
45
-
46
-
### Contributing
47
-
48
-
Got a good idea for this project? Found a nasty bug that needs fixing? That's great!
49
-
Before submitting your PR though, make sure it complies with the [contributing guide](https://github.com/bluora/php-slack-api/blob/master/src/CL/Slack/Resources/doc/contributing.md) to
50
-
speed up the merging of your code.
51
-
52
-
53
39
### Missing methods
54
40
55
41
The following methods have not yet been implemented, why not contribute and add some yourself?
@@ -69,11 +55,6 @@ The following methods have not yet been implemented, why not contribute and add
69
55
70
56
-[Slack for Laravel](https://github.com/bluora/laravel-slack-api) - Laravel integration with this library package.
71
57
72
-
73
-
### Attributions
74
-
75
-
- The [Slack](https://slack.com/) staff, for making an awesome product and very clean API documentation.
76
-
77
58
### FAQ
78
59
79
60
###### Why am I getting a cURL 60 error when attempting to connect to the Slack API?
@@ -96,3 +77,18 @@ $apiClient = new ApiClient('api-token-here', $client);
96
77
```
97
78
98
79
If you get a different error code you can look at the [list of cURL error codes](http://curl.haxx.se/libcurl/c/libcurl-errors.html), or consult the [Guzzle documentation](http://docs.guzzlephp.org/en/latest/) directly.
80
+
81
+
## Contributing
82
+
83
+
Please see [CONTRIBUTING](https://github.com/bluora/php-slack-api/blob/master/CONTRIBUTING.md) for details.
0 commit comments