Get the metadata from a Google Cloud Platform environment
Google APIs Authentication Client Library for Node.js
A result paging utility used by Google node.js modules
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
GOV.UK Notify Node.js client
A simple utility for promisifying functions and classes.
A simple utility for replacing the projectid token in objects.
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
Actions Http Client
JavaScript client for client-search
AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native
Common components for Cloud APIs Node.js Client Libraries
Realtime application framework client
AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native
JavaScript client for client-analytics
Node Rest and Http Clients for use with TypeScript
Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.
Streaming, source-agnostic EventSource/Server-Sent Events parser
Google APIs Client Library for Node.js
An API facade for the acception service. See README for more info.
Webservice client for FT Video acceptance testing
Remotely populate DB for Rails applications for pure client acceptance testing
A Ruby Leetcode Client to download and backup your submissions with problem description.Find more details with usage instructions here: https://www.github.com/imamrb/leetcoder
Heavy metal SOAP client that can accept adapter option
HTTP lets clients send Accept headers. We should probably use that to work out what they'll accept as a response, yea?
This is a quick and simple ruby client gem for LightwaveRF link. No liability is accepted etc etc.
Google TTS client which accepts large text input, parses and split into multiple requests. Saves a single mp3 matching the input text.
Happybara is an integration testing platform providing a webserver in Ruby that accepts connections over a websocket where test clients can dispatch RPCs to Ruby from a different language like JavaScript.
Rapel (ruh-PELL) provides a multi-client, multi-runtime REPL server which accepts incoming expressions, e.g. 2+2, evaluates them in a runtime, and returns the result, e.g. 4.
The Google Sign-In API gives OAuth2 JSON Web Tokens (JWT) as response data upon user sign-in. A necessary step for a service provider to trust such a token is validatation. Accepting the token without validation would allow a malicious client to simply assert itself in your system. Google provides libraries in several languages (https://goo.gl/jkzS18) to accomplish this, as well as an API endpoint that can outsource the task to Google's own servers (thereby introducing an additional network round trip into every authentication step), but a Ruby implementation is missing. This gem fills that gap.
There are plenty of gems out there that deal with being an OAuth2 "consumer", where you redirect users to an OAuth2 "provider", allowing you to hand off authentication to a separate service. There are also plenty of gems that set you up as your own OAuth2 provider. ***BUT***, what happens when you want to separate your "authentication" server from your "resource" server? This gem is meant to be used on an API "resource" server, where you want to accept OAuth Access Tokens from a client, and validate them against a separate "authentication" server. This communication is outside the scope of the official OAuth 2 spec, but there is a need for it anyway.