Twilio SendGrid NodeJS mail service
Twilio SendGrid NodeJS API client
- `make dev` should start a development server after a `yarn install`. - The writeKey is a valid Astrolabe API key. You can make one in interim by going into the database (`api_keys` table) and inserting a new row.
<p align="center"> <a href="https://www.propelauth.com?ref=github" target="_blank" align="center"> <img src="https://www.propelauth.com/imgs/lockup.svg" width="200"> </a> </p>
OpenAPI client for kalshi-typescript
A UI Pep Wrapper for Onesignal, please defined API_KEYS & APP_ID in .env file
A api key strategy for Node API projects.
Playwright Test wrapper with Stably AI matchers
n8n community node for DeepSeek chat models (Pro / Flash) with reasoning_content (Chain-of-Thought) support, usable as a LangChain sub-node inside the AI Agent and Basic LLM Chain.
Install Claude Desktop with mixed Anthropic/DeepSeek routing.
A robust TypeScript module for loading and consolidating application configurations from multiple sources (files, environment variables, defaults) with powerful type coercion and validation.
Twilio SendGrid NodeJS inbound mail parser
REST API serving Claude Code skills from Azure Blob Storage
DeepSeek CLI — unofficial adaptation of DeepSeek CLI by sluisr
MCP server for accessing Aha! GraphQL API
AI-powered coding assistant CLI — DeepSeek models in your terminal
DeepSeek V4 proxy for Claude Code. Anthropic-format streaming, tool-calling, prompt-caching, and live token/cost statusline.
OpenAPI client for kalshi-ts-sdk
Stdio bridge: connect any MCP-compatible client (Claude Code, Claude Desktop, VSCode, Cursor, Continue, Cline, Goose) to gateway.pixazo.ai using a Pixazo subscription key.
This is June's JS SDK, based on Analytics-Next by Segment.
CLI for getting weather🌤️ in terminal
n8n node trigger for oneform submissions
Strapi Email service provider for Mailjet
ebus to rest + websocket proxy
Rust API bindings - sgodaddy_api
MailerLite Rust SDK
The autonomous, self-improving AI agent. Single Rust binary. Every channel. Install with: cargo install opencrabs
LLM model integrations for Rust Agent Development Kit (ADK-Rust) (Gemini, OpenAI, Claude, DeepSeek, etc.)
High-performance Rust crate documentation query MCP server, supports Stdio/HTTP/SSE transport and OAuth authentication
Unified Rust SDK for LLM APIs: Tongyi, DeepSeek, Wenxin, Hunyuan, GLM, Volcengine, OpenAI, Claude, Gemini, Mistral
OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
High-performance AI coding agent CLI - Rust port of Pi Agent
Rust bindings for the Listen Notes Podcast API
CLI for consulting stronger LLMs from your agent workflow
A Rust client library for the OpenRouter API
This is the SDK for Rust. Like all BlockChyp SDKs, it provides a full client for the BlockChyp gateway and BlockChyp payment terminals.
Add secure, production-ready API key authentication to your Rails app in minutes. Handles key generation, hashing, expiration, revocation, per-key scopes; plus a drop-in dashboard for your users to self-issue and manage their own API keys.
An API key is a simple encrypted string that you can use when calling Google Cloud APIs. The API Keys service manages the API keys associated with developer projects.
An API key is a simple encrypted string that you can use when calling Google Cloud APIs. The API Keys service manages the API keys associated with developer projects. Note that google-cloud-api_keys-v2 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-api_keys instead. See the readme for more details.
deepl_srt [api_key] [target_lang] [input_path] [result_path] [from_line]
A gem which implements a standard api_key / secret authentication system for your Ruby on Rails RESTful web services.
Backlog is an d issue traking service. Backlog has web Api. it can use api_key, This gem can get Backlog's data with that api.
m = Mysender::Mail.new(API_KEY) and then m.deliver(:emails => 'to@example.com', :subject => 'SUBJECT', :body => 'BODY', :reply_to => 'REPLY_TO if you want')
Build, refine, and manage FloopFloop projects from any Ruby codebase. Stripe-style client with named resources (projects, subdomains, secrets, library, usage, api_keys, uploads, user).
divshare ======== Description ----------- The divshare gem makes it easier to use the Divshare API. To use it, you need to create a Divshare account and sign up for an API key. Usage ----- Here's a brief walkthrough of the basic operations (see `examples/` for more information): require 'divshare' # Set these for your divshare account api_key = 'your api key' api_secret = 'your api secret' email = 'your login email address' password = 'your password' filename = 'a file you want to upload' client = Divshare::Client.new(api_key, api_secret) client.login(email, password) all_my_files = client.get_user_files all_my_files.each do |f| print "#{f.file_name} (#{f.file_size}) " puts "was last downloaded #{Time.at(f.last_downloaded_at.to_i)}" end ticket = client.get_upload_ticket uploaded_id = client.upload(ticket, filename) puts "#{filename} uploaded with new id: #{uploaded_id}" client.logout Now, going through the same script step-by-step. Use your Divshare API key and secret (comes with key) to create a client: client = Divshare::Client.new(api_key, api_secret) Login using the credentials for your Divshare account: client.login(email, password) Get an array of all of your files: all_my_files = client.get_user_files Do something with the files: all_my_files.each do |f| print "#{f.file_name} (#{f.file_size}) " puts "was last downloaded #{Time.at(f.last_downloaded_at.to_i)}" end Upload a file, and capture its id: ticket = client.get_upload_ticket uploaded_id = client.upload(ticket, filename) Logout client.logout Installation ------------ Install using rubygems: sudo gem install divshare Or clone from github git clone git://github.com/wasnotrice/divshare.git
# Mailsocio Rails Плагин к ActionMailer для использования mailsocio для отправки электронной почты. ## Установка Строчка в Гемфайл: ```ruby gem 'mailsocio_rails' ``` Ну и выполните `bundle`. ## Использование Сконфигурируйте ActionMailer вот так: ```ruby # config/application.rb config.action_mailer.delivery_method = :mailsocio config.action_mailer.mailsocio_settings = { account_id: '<your account id>', api_key: '<your account api key>' } ``` Готово!
# Foxtrot Ruby Client Library This is the Ruby client library for interacting with the Foxtrot API. The only endpoint currently exposed is the route optimization endpoint (`Foxtrot::Client.optimize!`). In order to make requests, you need a valid API key. Your API key can be found at the bottom of any page in the [Foxtrot web app](http://app.foxtrot.io/). ## Installation `gem install foxtrot-client` ## Usage ```ruby data = { file_url: "https://www.domain.io/your_file.xlsx", file_name: "your_file.xlsx", geocode: "false", stop_name: "Customer", lat: "Lat", lng: "Long", load: "Load", service_time: "Service Time", time_window: "Time Window", extra_info: "Contact Info", date_starting: "1407712069593", warehouse: "77 Massachusetts Ave, Cambridge MA", num_drivers: 1, num_avg_service_time: 10, float_fuel_cost: 3.56, float_driver_wage: 6.01, float_mpg: 8.32 } api_key = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' require 'foxtrot' fox = Foxtrot::Client.new api_key resp = fox.optimize!(data).poll_and_block! result = resp.get_result ```
The "Console API" is the CRUD API for performing the actions offered on console.statsig.com without needing to go through the web UI. If you have any feature requests, drop on in to our [slack channel](https://www.statsig.com/slack) and let us know. <br /><br /> <b>Authorization</b> <br /> All requests must include the **STATSIG-API-KEY** field in the header. The value should be a **Console API Key** which can be created in the Project Settings on [console.statsig.com/api_keys](https://console.statsig.com/api_keys) <br /><br /> <b>Rate Limiting</b> <br /> Requests to the Console API are limited to <code>~ 100reqs / 10secs and ~ 900reqs / 15 mins</code>. <br /><br /> <b>Keyboard Search</b> <br /> Use <code>Ctrl/Cmd + K</code> to search for specific endpoints.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.