Bug 34448: Update the way we handle response in http-client.js
[koha.git] / koha-tmpl / intranet-tmpl / prog / js / vue / fetch / http-client.js
2023-09-01 Pedro AmorimBug 34448: Update the way we handle response in http...
2023-08-29 Jonathan DruartBug 34219: Allow getAll to receive additional URL param...
2023-05-16 Jonathan DruartBug 33625: Pretty .js files for vue
2023-05-05 Pedro AmorimBug 33623: Move ULSearchParams into http-client.js
2023-03-27 Jonathan DruartBug 33290: Fix incorrect variable in http-client.js
2023-02-27 Jonathan DruartBug 32925: Rename isSubmitting with submitting
2023-02-27 Jonathan DruartBug 32925: Handle submission notification at fetch...
2023-02-27 Jonathan DruartBug 32939: Use APIClient to replace PATCH requests
2023-02-27 Jonathan DruartBug 32939: Use APIClient to fetch local eHoldings
2023-02-27 Jonathan DruartBug 32939: Uniformize api calls
2023-02-27 Jonathan DruartBug 32939: Fix delete
2023-02-27 Jonathan DruartBug 32939: Introduce count
2023-02-27 Jonathan DruartBug 32939: Restore checkError
2023-02-27 Jonathan DruartBug 32939: Set the default header at lower level
2023-02-27 Pedro AmorimBug 32939: Have a generic fetch function for POST and...