Skip to content

Commit b0e0abe

Browse files
committed
Updated README to reflect recent changes
1 parent 24ca859 commit b0e0abe

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Buff is a Buffer API Wrapper written in Ruby. It provides more thorough API coverage than the existing gem.
44

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+
67

78
## Installation
89

@@ -14,7 +15,7 @@ Once Buff is released as a gem, the following instructions will work. For now pl
1415

1516
Add this line to your application's Gemfile:
1617

17-
gem 'buff', :git => 'zph/buff'
18+
gem 'buff', :github => 'zph/buff'
1819

1920
And then execute:
2021

@@ -27,25 +28,25 @@ Once gem is pushed to RubyGems:
2728
2829
## Usage
2930

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.
3234

3335
## API Coverage
3436

3537
#### Implemented
3638

3739
* User
38-
* Profiles (:get)
39-
* Updates (:get)
40-
* Updates (:post, #create_update, #change_update_text, #destroy_update, #share_update, #shuffle_updates, #reorder_updates)
40+
* Profiles (:get, :post)
41+
* Updates (:get, :post)
4142
* Links
4243
* Info
4344
* Error Codes
4445

4546
#### Not Implemented
4647

47-
* Profiles (:post, #set_schedules)
4848
* Caching
49+
* Various optional params
4950

5051
## Contributing
5152

@@ -55,8 +56,8 @@ Once gem is pushed to RubyGems:
5556
4. Push to the branch (`git push origin my-new-feature`)
5657
5. Create new Pull Request
5758

58-
Issues, advice and refactoring is welcome.
59+
Issues, refactoring, and feedback are all welcome.
5960

6061
Also, this project is newcomer friendly!! We'd love to be your first Open Source Software contribution and would be happy to assist in that process.
6162

62-
Reach out on Twitter [@_ZPH](http://twitter.com/_ZPH).
63+
Crafted with care by Zander. Reach out and say hi at [@_ZPH](http://twitter.com/_ZPH)

0 commit comments

Comments
 (0)