-
Hi, We're starting to implement Codat to work with our Django application. To have to avoid reinventing the wheel, are there any examples out there where this has been done before? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
dcoplowe
Jul 13, 2023
Replies: 1 comment
-
Hi duebbert, Our python client libraries should work with django, however, we don't have any example projects today. I would recommend looking at our python repo as it contains code snippets for every method available. For example, here is our documentation on how to access accounts from an accounting package. I hope that helps. Many thanks, David |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mcclowes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi duebbert,
Our python client libraries should work with django, however, we don't have any example projects today. I would recommend looking at our python repo as it contains code snippets for every method available. For example, here is our documentation on how to access accounts from an accounting package.
I hope that helps.
Many thanks,
David