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