index
:
libshopify.git
master
Shopify Admin API Library for C
Erik Prabowo Kamal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
session.h
blob: c6bf6e3fc01c9dd6281510fd7f85f26ac853dc6e (
plain
)
1
2
3
4
5
6
struct shopify_session { char *shop; char *nonce; char *access_token; char *scopes; };