{"id":13314672,"url":"https://github.com/kontent-ai/core-sdk-angular-http-service","last_synced_at":"2025-05-03T07:31:28.065Z","repository":{"id":39356789,"uuid":"213585160","full_name":"kontent-ai/core-sdk-angular-http-service","owner":"kontent-ai","description":"Angular implementation of IHttpService replacing Axios for HTTP communication.","archived":true,"fork":false,"pushed_at":"2024-10-22T12:46:16.000Z","size":2958,"stargazers_count":1,"open_issues_count":9,"forks_count":2,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-26T17:01:59.505Z","etag":null,"topics":["kontent-ai","kontent-ai-tool"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kontent-ai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-08T08:11:54.000Z","updated_at":"2025-02-04T11:47:07.000Z","dependencies_parsed_at":"2024-10-26T03:23:46.081Z","dependency_job_id":"c05ea756-f424-4d69-8213-1cce8ddbb085","html_url":"https://github.com/kontent-ai/core-sdk-angular-http-service","commit_stats":{"total_commits":73,"total_committers":9,"mean_commits":8.11111111111111,"dds":0.4246575342465754,"last_synced_commit":"94dbb4b7776919c0d4a0d17d8e35f414b4e38dba"},"previous_names":["kentico/kontent-angular-http-service"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fcore-sdk-angular-http-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fcore-sdk-angular-http-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fcore-sdk-angular-http-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fcore-sdk-angular-http-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kontent-ai","download_url":"https://codeload.github.com/kontent-ai/core-sdk-angular-http-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252156905,"owners_count":21703371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["kontent-ai","kontent-ai-tool"],"created_at":"2024-07-29T18:11:53.308Z","updated_at":"2025-05-03T07:31:23.051Z","avatar_url":"https://github.com/kontent-ai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![Build](https://github.com/kontent-ai/core-sdk-angular-http-service/actions/workflows/main.yml/badge.svg)](https://github.com/kontent-ai/core-sdk-angular-http-service/actions/workflows/main.yml)\n[![GitHub license](https://img.shields.io/github/license/kontent-ai/core-sdk-angular-http-service)](https://github.com/kontent-ai/core-sdk-angular-http-service/blob/master/LICENSE.md)\n[![Discord](https://img.shields.io/discord/821885171984891914?label=Discord\u0026logo=Discord\u0026logoColor=white)](https://discord.gg/SKCxwPtevJ)\n[![GitHub issues](https://img.shields.io/github/issues/kontent-ai/core-sdk-angular-http-service)](https://github.com/kontent-ai/core-sdk-angular-http-service/issues)\n\n# Angular Http service\n\nThis is an implementation of the `IHttpService` that can be used instead of the default http service available in [Core package](https://www.npmjs.com/package/@kontent-ai/core-sdk) that uses `axios` package. \n\nThis library uses Angular's `HttpClient` to make http requests and can be used only in Angular applications.\n\n## Why and when should you use this library? \n\nIf you need to use `server side rendering with prerender` using Angular universal, you have to use Angular's built-in Http service because otherwise Angular will not wait until the requests are fetched from server and therefore your code would not be reflected in HTML of your page. \n\n## Example\n\n```typescript\nimport { AngularHttpService } from '@kontent-ai/core-sdk-angular-http-service';\n\nconst deliveryClient = new DeliveryClient({\n      projectId: 'xyz',\n      httpService: new AngularHttpService()\n    });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkontent-ai%2Fcore-sdk-angular-http-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkontent-ai%2Fcore-sdk-angular-http-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkontent-ai%2Fcore-sdk-angular-http-service/lists"}