tebex_headless_rust 0.1.3

Wrapper library for Tebex's Headless API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! This handlers directory contains all different functions, grouped into different modules/categories

#![warn(
    missing_docs
)]

pub mod package;
pub mod category;
pub mod basket;
pub mod webstores;
pub mod coupons;
pub mod gift_cards;
pub mod creator_codes;
pub mod misc;