node-bluesky icon indicating copy to clipboard operation
node-bluesky copied to clipboard

A lightweight, simplified node.js library for accessing Windows Azure

Results 12 node-bluesky issues
Sort by recently updated
recently updated
newest added

Looks like Microsoft has changed the way you use TableQuery, see here https://www.npmjs.org/package/azure-storage. Or I missed something? (because here http://azure.microsoft.com/fr-fr/documentation/articles/storage-nodejs-how-to-use-table-storage/ they are still using the old fashion grrrrrrrr).

New to Node here. Was running through your pluralsight tutorial on bluesky and when I try to do the example and do the npm install bluesky I get the following...

**Scenario:** 1. Take a picture with iPad Air 2. Upload picture from iPad through an HTML form post to an Azure Mobile Service API 3. Error returns (413) due to...

Is the api fully documented anywhere?

For some reason, calling filter with PartitionKey and RowKey doesn't work. whereKeys is the right method to use in this case, but filter should also work...

bug

In the azure sdk, there are some methods that treat no results as an error. Trap those specific error conditions and do not return them as error callbacks -- just...

feature

Trap all azure sdk exceptions and turn them into err callbacks

feature