Skip to content

Vyblor/buchida-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buchida

Developer-first email API with CJK support

English | 한국어 | 日本語 | 中文

Gem version License: MIT


The official Ruby SDK for the buchida email API.

Installation

gem install buchida

Or add to your Gemfile:

gem "buchida"

Quick Start

require "buchida"

client = Buchida::Client.new("bc_live_xxxxxxxxxxxxxxxxxxxxx")

result = client.emails.send(
  from: "hello@yourdomain.com",
  to: "user@example.com",
  subject: "Welcome to buchida!",
  html: "<h1>Hello!</h1><p>Welcome aboard.</p>"
)

puts "Email sent: #{result['id']}"

Features

  • Ruby 3.2+
  • Zero dependencies (stdlib net/http)
  • Typed error handling

Documentation

License

MIT

About

Official Ruby SDK for buchida email API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages