https://github.com/gregorwolf/customer-material-management
CAP implementation of the Customer Material Management
https://github.com/gregorwolf/customer-material-management
Last synced: about 1 year ago
JSON representation
CAP implementation of the Customer Material Management
- Host: GitHub
- URL: https://github.com/gregorwolf/customer-material-management
- Owner: gregorwolf
- License: mit
- Created: 2020-09-14T06:50:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T22:40:29.000Z (over 1 year ago)
- Last Synced: 2025-03-31T09:41:14.553Z (about 1 year ago)
- Language: HTML
- Size: 464 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Customer Material Management
To run against the https://github.com/gregorwolf/customer-material-management-mock project add the following content to **default-env.json**:
```JSON
{
"VCAP_SERVICES": {
},
"destinations": [
{
"name": "S4H",
"url": "http://localhost:4000"
}
]
}
```
To use the https://api.sap.com Sandbox use:
```JSON
{
"VCAP_SERVICES": {
},
"destinations": [
{
"name": "S4H",
"url": "https://sandbox.api.sap.com/s4hanacloud",
"headers": {
"APIKey": "Your own api.sap.com API Key"
}
}
]
}
```