0.0
The project is in a healthy, maintained state
EmailGuard public API Ruby SDK. See https://emailguard.co/docs/api-reference/guides/sdk-ruby for setup, authentication, and examples.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 3.6, >= 3.6.0

Runtime

~> 1.0, >= 1.0.1
 Project Readme

emailguard_sdk

Ruby SDK for the EmailGuard public API. This package is generated from the public OpenAPI spec.

Links

Install

gem install emailguard_sdk

Authentication

Create a team-scoped API key in EmailGuard, then authenticate requests with:

Authorization: Bearer egsk_live_...

For local examples, you can also set:

EMAILGUARD_API_KEY=egsk_live_...

API Responses

REST API responses use a JSON envelope:

{ "code": "SUCCESS", "data": {}, "message": "" }

Read data on success and use code / message for error handling.

Related Packages

Support

Questions, issues, or feedback? Email dev@emailguard.co.