Skip to content
 
 

Latest commit

 

History

83 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Shopify API Client for Rust

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages