QAC-Portal/QA-Portal

Migrate HttpClient service calls to custom QaHttpService wrapper

Open

#56 opened on Dec 2, 2019

 (3 comments) (0 reactions) (1 assignee)Java (5 forks)auto 404
UIenhancementgood first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

A number of services in the Angular project rely directly on HttpClient and use hard-coded URLs. These should be migrated to the new system using QaHttpService and the URLs should be moved to endpoints.ts.

Contributor guide