Do you want to generate the client code needed for consuming some REST endpoint in your preferred programming language? Follow this steps:
- Locate the REST documentation you are interested in docs.oracle.com
- Click download icon
- Click Swagger button
- Select and copy the swagger code
- Go to editor.swagger.io
- Clear the editor
- Paste the clipboard content
- Accept the message
- Verify the import
- Click on Generate Client and select your preferred programming language
- Get the result form the download folder
- Consume your client
Enjoy 😉