Page 1 of 1

Python Connector

Posted: Thu Aug 11, 2022 11:56 am
by bashaawad
Hello, how can I use python to read from opendental?
And would it be better to use Power BI to explore the data?

Re: Python Connector

Posted: Thu Aug 11, 2022 12:46 pm
by SLeon
The great part about the Open Dental API is that it can be used by any REST client. If a program can make a RESTful web call, it can utilize our API. For example, you can use Python to make API calls by importing the 'requests' library.