{"id":18160857,"url":"https://github.com/gregorwolf/dynamic-service-consumption","last_synced_at":"2026-02-19T15:01:18.707Z","repository":{"id":149536927,"uuid":"580952627","full_name":"gregorwolf/dynamic-service-consumption","owner":"gregorwolf","description":"CAP Dynamic Service Consumption","archived":false,"fork":false,"pushed_at":"2024-11-04T12:42:41.000Z","size":249,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T00:54:32.448Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregorwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-21T21:57:44.000Z","updated_at":"2024-11-04T12:42:44.000Z","dependencies_parsed_at":"2023-12-21T22:29:46.052Z","dependency_job_id":"1b5c5bb5-1f71-4eee-990f-0169d2e1c776","html_url":"https://github.com/gregorwolf/dynamic-service-consumption","commit_stats":null,"previous_names":["gregorwolf/dynamic-service-consumption"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregorwolf/dynamic-service-consumption","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregorwolf%2Fdynamic-service-consumption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregorwolf%2Fdynamic-service-consumption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregorwolf%2Fdynamic-service-consumption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregorwolf%2Fdynamic-service-consumption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregorwolf","download_url":"https://codeload.github.com/gregorwolf/dynamic-service-consumption/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregorwolf%2Fdynamic-service-consumption/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29619094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-02T08:40:37.054Z","updated_at":"2026-02-19T15:01:18.664Z","avatar_url":"https://github.com/gregorwolf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CAP Dynamic Service Consumption\n\nThis CAP Projects follows the recommended project layout:\n\n| File or Folder | Purpose                              |\n| -------------- | ------------------------------------ |\n| `app/`         | content for UI frontends goes here   |\n| `db/`          | your domain models and data go here  |\n| `srv/`         | your service models and code go here |\n| `package.json` | project metadata and configuration   |\n| `readme.md`    | this getting started guide           |\n\nIn addition\n\n| File or Folder | Purpose           |\n| -------------- | ----------------- |\n| `tests/`       | REST Client tests |\n\n## Connecting to services\n\nYou have to add the following content to **default-env.json**:\n\n```JSON\n{\n  \"VCAP_SERVICES\": {},\n  \"destinations\": [\n    {\n      \"name\": \"ODataOrg\",\n      \"url\": \"https://services.odata.org\"\n    },\n    {\n      \"name\": \"bookshop\",\n      \"url\": \"http://localhost:4004\",\n      \"username\": \"bob\",\n      \"password\": \"bob\"\n    },\n    {\n      \"name\": \"S4H\",\n      \"url\": \"https://sandbox.api.sap.com/s4hanacloud\",\n      \"headers\": {\n        \"APIKey\": \"Your own api.sap.com API Key\"\n      }\n    }\n  ]\n}\n```\n\n## Start the project\n\n- Open a new terminal and run `npm start`\n- In another terminal start https://github.com/gregorwolf/bookshop-demo project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregorwolf%2Fdynamic-service-consumption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregorwolf%2Fdynamic-service-consumption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregorwolf%2Fdynamic-service-consumption/lists"}