How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
An oauth 2.0 library that does not assume anything. The library can be used to produce OAuth 2.0 requests and parse token responses. It produces gleam http requests and takes in gleam http responses. Use whatever http client you prefer for either javascript or erlang. The library pulls in as few…
The main features of fweingartshofer/oauth are: API Clients.
Projects with overlapping indexed features include: aws/aws-sdk-net — The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:. axios/axios — Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different… azure/azure-powershell — Azure PowerShell is a collection of scriptable commands and a management tool used for the administration,… bearer/bearer-js. bettiolo/oauth-signature-js — JavaScript OAuth 1.0a signature generator (RFC 5849) for node and the browser. apocas/dockerode — Dockerode is a Node.js library that provides programmatic management of Docker containers, images, and volumes by…
The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:
Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different JavaScript execution environments, including the browser and Node.js. It functions as a JSON API client that serializes JavaScript objects into JSON and parses server responses into structured data. The project features a system for managing reusable client instances with shared configurations, such as base URLs and default settings. It includes a mechanism for intercepting outgoing requests and incoming responses globally, allowing data to be transformed before it reaches the
Azure PowerShell is a collection of scriptable commands and a management tool used for the administration, configuration, and automation of Microsoft Azure cloud resources and infrastructure. It serves as a command line interface for deploying and monitoring cloud services. The project provides capabilities for cloud resource orchestration and infrastructure automation, allowing for the execution of programmable scripts to handle repetitive administrative tasks. It includes tools for managing identity and access across multiple Azure tenants and subscriptions. The system covers authenticatio
Dockerode is a Node.js library that provides programmatic management of Docker containers, images, and volumes by acting as a wrapper for the Docker Remote API. It enables JavaScript applications to interact with a Docker engine via Unix sockets or TCP network interfaces. The project covers container lifecycle management, including launching instances and executing commands with bidirectional input and output streaming. It also provides capabilities for building container images, pulling images from registries, and configuring virtual networks. Additional functionality includes the coordinat