Awesome
shopify
Shopify is an unofficial sdk for the Shopify e-commerce platform written in rust.
Installation
cargo install shopify
Usage
use shopify::client::Client;
use shopify::shop;
// Create a new client
let client = Client::new(
"SHOPIFY_BASE_URL",
"SHOPIFY_API_KEY",
"SHOPIFY_PASSWORD"
);
// Retrieve shop details
let shop = shop::ShopApi::get(&client);
License
This project is license under an MIT license