Eternal Return: Black Survival Api Client
Get the metadata from a Google Cloud Platform environment
Google APIs Authentication Client Library for Node.js
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
A result paging utility used by Google node.js modules
A simple utility for promisifying functions and classes.
A simple utility for replacing the projectid token in objects.
GOV.UK Notify Node.js client
Cloud Storage Client Library for Node.js
A common tooling library used by the googleapis npm module. You probably don't want to use this directly.
OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native
A fully-featured caching GraphQL client.
JavaScript client for client-personalization
JavaScript client for client-search
Actions Http Client
AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native
Realtime application framework client
Common components for Cloud APIs Node.js Client Libraries
JavaScript client for client-analytics
SSH2 client and server modules written in pure JavaScript for node.js
Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.
AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native
Streaming, source-agnostic EventSource/Server-Sent Events parser
Ruby wrapper around AWS CLI client, focusing on templatizing JSON parameter files with ERb
+js-rails-routes+ is a utility for generating JavaScript equivalents to the +<route>_path+ functions provided by {Ruby on Rails}[https://github.com/rails/rails]. This allows you to do very similar things in your {+ejs+}[https://rubygems.org/gems/ejs/] JavaScript templates as you would in your +erb+ ruby templates. You can move html rendering to the client and keep it looking very similar to how it would look on the server. For example, if you have a model +Item+ and a simple route to list all the items, a link to that items page (using an explicit +a+ anchor tag instead of the Rails +link_to+) would look the same in either an +erb+ file or an +ejs+ file: <a href="<%= items_path() %>">List all Items</a> This gem was originally developed as part of the {MVCoffee}[http://mvcoffee.org] suite of tools, and integrates strongly with the {mvcoffee.js}[https://github.com/kirkbowers/mvcoffee] CoffeeScript MVC framework.