Callbacks made easy. then-call is callback handler that allows you run multple callbacks and then do something when they have finished.
Provides a decorator (`@Update`) that allows you to hook into the assignment of a property in a class and then call some function on an injectable to update it.
Very easy to use just `import {start} from "gatus-external-notifier";` then call start with the parameters your code editor will kindly show.
Simple transparent caching for Node. Wrap a function and then call it like normal
With the Solicitations API you can build applications that send non-critical solicitations to buyers. You can get a list of solicitation types that are available for an order that you specify, then call an operation that sends a solicitation to the buyer
With the Messaging API you can build applications that send messages to buyers. You can get a list of message types that are available for an order that you specify, then call an operation that sends a message to the buyer for that order. The Messaging AP
Function that returns promise that wait specified milliseconds and then call specified function.
This a say hello node addon, require it then call the sayHello method
destroy a stream if possible
Let your JS API users either give you a callback or receive a promise
place a file called config.yml in your project root directory and then call:
Register named callbacks and call them with arguments.
Call an array of promise-returning functions, restricting concurrency to a specified limit.
Put that value in that slot of that object, then call that callback.
fs read and write streams based on minipass
Callbacks made easy. then-call is callback handler that allows you run multple callbacks and then do something when they have finished.
This will act as our filtering engine. We will pass in filters, Then call apply(). An xhr request will be sent in the form of URL parameters, the response will be accessed via the on('success', (response) => {}) method.
generator async control flow goodness
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
A cross browser microtask library
fs read and write streams based on minipass
fs.rename but works across devices. same as the unix utility 'mv'
Allows users to use generators in order to write common functions that can be both sync or async.
Call require pretending your are at another directory
A gem for calling the GoCardless API
On platforms using glibc 1.25+ Process.pid always issue a syscall which is wasteful. pid_cache prevents that.
Memoize method calls.
Ruby utility library for network requests. Based on Faraday and Excon, provides a wrapper for XML/JSON parsing and error handling. All successful responses are returned as hash with key data, all errors in a JSONAPI-friendly hash with key errors.
Extends Yabeda metrics to collect external calls
It then rewirtes the plist files to put the project name before the sourcefiles.
Rspec matcher for ActiveSupport::Notifications
Capture all calls to segment.io and prevent them from being sent.
Make parallel http calls using EventMachine under the hood
XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
Inspired by Aaron Patterson's talk on the subject
Open up your API to the phenomenal OpenAPI ecosystem by exposing OpenAPI files, that describe your service, as JSON endpoints. More about the OpenAPI initiative here: http://spec.openapis.org/