In the final installment of this three-part series, I review how to create a Resource Module, Resource Template, and Resource Handler in Oracle's Database Actions (aka creating a custom Oracle REST API that allows me to perform a GET request on a table in my Autonomous Database).
And I take it one step further by securing my Oracle REST API with Open Auth2.0 authentication.
The full article can be found here:
https://followthecoffee.com/python-or...
I refer to various Python libraries throughout this video. They can be referenced at the following pages:
https://urllib3.readthedocs.io/en/lat...
https://oauthlib.readthedocs.io/en/la...
Details on the Open Auth2.0 Framework can be found here:
https://www.rfc-editor.org/rfc/rfc674...
And my GitHub repository with the code I refer to in this video can be found here:
https://github.com/chrishoina/blogrep...