Skip to content

Ventmere/shopify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crates.io Crates.io Crates.io GitHub Workflow Status

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages