#api #injection #support #socketlabs-rs

socketlabs

Unofficial Rust library for the SocketLabs Injection API

5 releases

Uses old Rust 2015

0.2.1 Jul 1, 2019
0.1.3 Jul 27, 2018
0.1.2 Jul 23, 2018
0.1.1 Jul 23, 2018
0.1.0 Jul 23, 2018

#145 in Email

MPL-2.0 license

23KB
370 lines

socketlabs-rs

Unofficial Rust library for the SocketLabs API.

socketlabs-rs is available on crates.io and can be included in your Cargo.toml as follows:

[dependencies]
socketlabs = "0.2.0"

Running the example

You must have valid SocketLabs server_id and api_key to run the example.

SOCKETLABS_SERVER_ID=<your_server_id> SOCKETLABS_API_KEY=<your_api_key> cargo run --example send_email

Generate docs

cargo doc --no-deps --lib --open

License

This software is available under version 2.0 of the MPL:

https://www.mozilla.org/MPL/


lib.rs:

Unofficial Rust library for the SocketLabs API.

The code for this project resides at https://github.com/brizental/socketlabs-rs

Support

The following APIs are supported

  • Injection

The following APIs are unsupported

  • Notification
  • Marketing
  • Inbound
  • Reporting
  • On-Demand

Dependencies

~20MB
~434K SLoC