{"id":43103190,"url":"https://github.com/spring-media/ps-web-apis","last_synced_at":"2026-01-31T17:47:26.485Z","repository":{"id":39515008,"uuid":"173282176","full_name":"spring-media/ps-web-apis","owner":"spring-media","description":"This project provides web apis needed to interact with premium services applications","archived":false,"fork":false,"pushed_at":"2025-09-01T07:57:25.000Z","size":434,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-01T09:55:22.931Z","etag":null,"topics":["ps"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/spring-media.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":"2019-03-01T10:22:48.000Z","updated_at":"2025-09-01T07:57:29.000Z","dependencies_parsed_at":"2023-02-01T08:02:29.426Z","dependency_job_id":"6c69cff6-971b-4170-9424-c30280904e48","html_url":"https://github.com/spring-media/ps-web-apis","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/spring-media/ps-web-apis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-media%2Fps-web-apis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-media%2Fps-web-apis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-media%2Fps-web-apis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-media%2Fps-web-apis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spring-media","download_url":"https://codeload.github.com/spring-media/ps-web-apis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-media%2Fps-web-apis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28948687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"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":["ps"],"created_at":"2026-01-31T17:47:25.669Z","updated_at":"2026-01-31T17:47:26.479Z","avatar_url":"https://github.com/spring-media.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ps-web-apis \n\nps-web-apis is a client side library to interface with ps services on ps supported websites.\n\nThe possible use cases are documented here: \nhttps://github.com/spring-media/ps-public-integration\n\nPlease use public-integration to implement your use case. If it is not listed there or the documentation is not understandable / complete, please contact the team premium services for assistance. \n\n\n# Installation\n\n`yarn install @axelspringer/ps-web-apis`\n\n\u003e **Note** Also needs [ps-rosetta](https://github.com/spring-media/ps-rosetta) to be present on the website:\n\n```html\n\u003cscript type=\"text/javascript\" src=\"https://rosetta.prod.ps.(welt|bild|axelspringer).de/ps-rosetta.js\"\u003e\u003c/script\u003e\n```\n\n# Basic Usage\n\n```javascript\nimport { whoamiV1 } from \"@axelspringer/ps-web-apis\";\n\nwhoamiV1()\n  .then((whoami) =\u003e {\n    console.log(\n      `user login status: ${whoami.isLoggedIn() ? \"logged in\" : \"logged out\"}`\n    );\n  })\n  .catch(() =\u003e {\n    console.error(\"handle unavilability of whoami api\");\n  });\n```\n\n# Building\n\n```\nyarn\nyarn build\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-media%2Fps-web-apis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspring-media%2Fps-web-apis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-media%2Fps-web-apis/lists"}