22 Commits (a11d16faa0c5b071781e445a000c022af287f2df)

Author SHA1 Message Date
Sam a11d16faa0 Add RequestPayment to wallet api 5 years ago
Sam d962600f9c Make flipStatus.ResultInfo and flipStatus.ErrorInfo pointers to easily check if they're nil 5 years ago
Sam e22b187730 First attempt to add LoadFlip() 5 years ago
Sam d99546ae79 Add upload and download methods to chat 5 years ago
Sam 597feee008 Add RemoveUser() 6 years ago
Sam c468039d94 Add functions for adding groups of Admins, Owners, Readers, and Writers to teams 6 years ago
Sam 881d8cbde1 Add error type to API types 6 years ago
Sam bbe5e9b8a5 Add MemberList() for teams, and make AddUser() return output from MemberList() 6 years ago
Sam 9d51bd0423 Correct interface description 6 years ago
Sam 00f5e77716 Add AddUser() 6 years ago
Sam a7d58558b2 Add CreateTeam() 6 years ago
Sam 0a6f33e429 First pass at adding Team API stuff 6 years ago
Sam 6e94b343de Update wallet types, and make wallet methods adhere to new structure 6 years ago
Sam 103b798008 Add additional types for payments 6 years ago
Sam 692a073417 Move wallet types into types.go, and standardize wallet stuff to more closely match chat stuff 6 years ago
Sam 0ea666392d Structs held in ChatAPI need to be pointers in order to not be included in marshalled JSON 6 years ago
Sam d870b1aa3b Move Conversations and Offline from ChatAPI to result, where they belong 6 years ago
Sam 7cc8e14fe2 Move more types into types.go 6 years ago
Sam 9e443921c4 Update result struct to include stuff i forgot 6 years ago
Sam 143dde64f6 Added chat.Read(), along with Next() and Previous() 6 years ago
Sam 22f6125e36 Move more types into types.go and general cleanup 6 years ago
Sam 7c4a1b7ba4 Combine ChatIn and ChatOut structs to ChatAPI and move them to types.go 6 years ago