You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/angular/authentication/src/lib/services/authenticated-http-client/authenticated-http-client.service.ts
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -112,59 +112,68 @@ export class NgxAuthenticatedHttpClient {
112
112
* Constructs a POST request to the provided API
113
113
*
114
114
* @param url - The url of the API
115
+
* @param body - The body we wish to send
115
116
* @param params - An optional set of params we wish to send to the API
116
117
* @param withCredentials - Whether the call is made by an authenticated user, by default true
0 commit comments