@pana-commerce/pana-sdk v0.0.27
Pana SDK Documentation
Welcome to the Pana SDK — a toolkit for integrating store and customer features into your application with ease.
🚀 Getting Started
🔐 Initialize the client for store-related (non-user) operations
Use this client to access data and operations that are not tied to a specific customer.
const storeClient = new PanaStoreClient('YOUR_STORE_API_TOKEN');🙋♂️ Initialize the client for customer-related operations
Use this client to perform actions or retrieve data on behalf of an authenticated customer.
const customerClient = new PanaCustomerClient(loginData?.accessToken!);📚 Available Methods
All available methods provided by PanaStoreClient and PanaCustomerClient are documented in this portal. Browse through the sections to explore everything the SDK offers.
💬 Feedback & Contributions
If you encounter any issues, find typos, or have suggestions for improvement — we’d love to hear from you! 👉 Visit us at pana.technology
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
6 months ago
6 months ago
7 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
9 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago