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
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
Buff is a Buffer API Wrapper written in Ruby. It provides more thorough API coverage than the existing gem.
4
4
5
-
Since the gem is currently in ALPHA development, the interface is prone to change. Please wait until v0.1.0 is released to become reliant on interface.
5
+
Since the gem is currently in ALPHA development, the interface is prone to change. Please wait until v0.1.0 is released to become reliant on interface. As it stands, all of the basic API calls in BufferApp's spec are available. Some of the optional params are yet to be implemented.
6
+
6
7
7
8
## Installation
8
9
@@ -14,7 +15,7 @@ Once Buff is released as a gem, the following instructions will work. For now pl
14
15
15
16
Add this line to your application's Gemfile:
16
17
17
-
gem 'buff', :git => 'zph/buff'
18
+
gem 'buff', :github => 'zph/buff'
18
19
19
20
And then execute:
20
21
@@ -27,25 +28,25 @@ Once gem is pushed to RubyGems:
27
28
28
29
## Usage
29
30
30
-
* Note which API coverage exists and have fun!
31
-
* Authentication is not included in this gem (Try OAuth-buffer)
31
+
* Note that some of the optional params are not implemented!
32
+
* All methods are tested with Rspec and WebMock. Not all methods have integration tests that reach out to the live Buffer API servers. Proceed with caution until Buff reaches v0.1.0 and submit issues on Github Issues tab.
33
+
* Authentication is not included in this gem (Try OAuth-buffer) or use the single API key given when registering your own Buffer Dev credentials.
0 commit comments