0.0.27 • Published 5 months ago

@pana-commerce/pana-sdk v0.0.27

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

0.0.27

5 months ago

0.0.26

5 months ago

0.0.25

5 months ago

0.0.24

5 months ago

0.0.23

5 months ago

0.0.21

5 months ago

0.0.20

5 months ago

0.0.19

6 months ago

0.0.18

6 months ago

0.0.17

7 months ago

0.0.16

8 months ago

0.0.15

8 months ago

0.0.14

8 months ago

0.0.13

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.8

9 months ago

0.0.7

10 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago