An open API service indexing awesome lists of open source software.

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

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|