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
Once Buff is released as a gem, the following instructions will work. For now please `git clone` the repo.
13
13
14
-
#### Note: Fixtures are not currently public. They will be uploaded after sensitive info is sanitized.
15
-
16
14
Add this line to your application's Gemfile to include HEAD code:
17
15
18
16
gem 'buff', :github => 'zph/buff'
@@ -28,7 +26,7 @@ Or install RubyGems version, which will receive more attention to stability:
28
26
## Usage
29
27
30
28
* Note that some of the optional params are not implemented!
31
-
* 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.
29
+
* All methods are tested with Rspec and WebMock. Most methods do not 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.
32
30
* Authentication is not included in this gem (Try OAuth-buffer) or use the single API key given when registering your own Buffer Dev credentials.
33
31
* For convenience load credentials into `~/.bufferapprc` in the following layout. This allows the `ACCESS_TOKEN` to be loaded into `Buff::ACCESS_TOKEN`:
0 commit comments