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: d306bccc3b17a6c21d5034030a5c2024640cf6ca (
plain
)
1
2
3
4
5
6
struct shopify_session { char *shop; char *nonce; char *access_token; char *scope; };