SatelCreative / spylib

A library to facilitate interfacing with Shopify's API
https://satelcreative.github.io/spylib
MIT License
3 stars 2 forks source link

Provide example of load and save for Token classes #172

Closed hillairet closed 1 year ago

hillairet commented 1 year ago

The current documentation requires the reader to go to the code to check how to load the PrivateToken properly. An example should show how to initialize the Token class if it's always the same, or classes if it differs.