basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 29 forks source link

Getting and setting bucket type properties #101

Closed brianedgerton closed 8 years ago

brianedgerton commented 8 years ago

Hey guys,

We are working on implementing this lib as the underlying Riak driver for a library we use internally called Riaktive. In looking through the source, we see operations for getting and setting bucket type properties, but they are not yet exposed on the client object. Do you have a timeframe for when this might be available or is there any way we could help get this implemented? Are you just waiting on more test coverage?

Thanks!

lukebakken commented 8 years ago

I just forgot to add it to the client object when I added the command. Please feel free to add it in a similar manner to fetchBucketProps and open a PR. Thanks!

brianedgerton commented 8 years ago

Will do.

image