Quantcast
Channel: Blog – Stormpath User Identity API
Viewing all articles
Browse latest Browse all 278

Build a Killer Node.js Client for Your REST+JSON API

$
0
0

If you’re building a Node API client, the design of your client can make or break adoption.

Our CTO Les Hazlewood recently built the Stormpath Node SDK and put what he learned into this presentation on Building A Node.js Client for REST+JSON APIs. We get a ton of questions on how we design SDKs at Stormpath, so we put the video on Youtube.

In the video, Les covers:

  • Collection & Instance Resources
  • Public / Private API
  • Proxy Design
  • Component Architecture
  • Queries
  • Authentication – Digest Algorithm vs HTTP Basic
  • Pluggability

If you want to explore our Node client further, here’s the getting started code from the presentation:

1
2
3
4
$ git clone https://github.com/stormpath/stormpath-sdk-node.git
$ cd stormpath-sdk-node
$ npm install
$ grunt

We’ll also be posting full writeup blogs soon – Stay tuned!

Thanks to the BayNode Meetup for hosting this talk.


Viewing all articles
Browse latest Browse all 278

Trending Articles