https://github.com/shadynagy/oracle-apex-api
https://github.com/shadynagy/oracle-apex-api
angular api oracle oracle-apex restful restful-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadynagy/oracle-apex-api
- Owner: ShadyNagy
- License: mit
- Created: 2021-07-21T21:01:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T21:26:34.000Z (almost 5 years ago)
- Last Synced: 2025-12-22T09:56:12.410Z (6 months ago)
- Topics: angular, api, oracle, oracle-apex, restful, restful-api
- Language: TypeScript
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oracle-apex-api
How to use JWT Token in Oracle APEX.
### Angular application to test the endpoints
```powershell
npm install
```
### Endpoints
- [POST]`http://localhost:8080/ords/shadynagy/User/Login`
- [GET]`http://localhost:8080/ords/shadynagy/hr/employees/`
Oracle endpoints [here](https://github.com/ShadyNagy/oracle-apex-api/tree/main/oracle-sql)
### Employees Endpoint header
|Name|Bind Variable|Access Method|Source Type|Data Type|
|-|-|-|-|-|
|Authorization|Authorization|IN|HTTP Header|String|
|X-APEX-STATUS-CODE|status|OUT|HTTP Header|String|