bcx 0.4.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/bcx/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0255073331ab595db0c0eac6a8c6321dcde11e5
|
4
|
+
data.tar.gz: 08bff6e4f6921ac5fad539180bae038753ad5f59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c6285944e40341a7475f8083bf91f45c8d579bce244b493bd17bf4ba3e3f9b377d6de50f5375517ab9250e1a5b29b342d6354341d975c91f72bba4655d6098b
|
7
|
+
data.tar.gz: 17b031d8c5a322ebf48df0ae0159aa38471ad75477db4a5b56c07ecf43843aae12a2c552bb6b481ad134d9459e8b61d04faba2791727f49003d531e2d09ff3f2
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
## Bcx
|
2
2
|
|
3
|
-
> NB. This gem
|
3
|
+
> NB. This gem has a lot of the main Basecamp endpoints. Please add others by [contributing!](#contributing)
|
4
4
|
|
5
5
|
Fully-fledged Ruby API wrapper for Basecamp Next
|
6
6
|
|
@@ -98,7 +98,7 @@ The following resources are fully implemented and tested.
|
|
98
98
|
* [Todos](http://paulspringett.github.io/bcx/docs/todo.html)
|
99
99
|
* [Accesses](http://paulspringett.github.io/bcx/docs/access.html)
|
100
100
|
* [Authorization](http://paulspringett.github.io/bcx/docs/authorization.html) (Launchpad API)
|
101
|
-
|
101
|
+
* [Comments](http://paulspringett.github.io/bcx/docs/comment.html) (attachments not supported)
|
102
102
|
|
103
103
|
#### Bang operators
|
104
104
|
|
@@ -158,7 +158,7 @@ $ rake docs:generate
|
|
158
158
|
|
159
159
|
The endpoints listed under [Resources](https://github.com/paulspringett/bcx#resources) above are implemented and tested.
|
160
160
|
|
161
|
-
All other endpoints
|
161
|
+
All other endpoints need implementing, see the official
|
162
162
|
[Basecamp Next API docs](https://github.com/37signals/bcx-api) for details on what to implement.
|
163
163
|
|
164
164
|
### How to contribute
|
data/lib/bcx/version.rb
CHANGED