mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
fetch resource endpoints from HAL response instead of hardcoding them
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import { CacheableObject } from '../cache/object-cache.reducer';
|
||||
import {
|
||||
RequestActionTypes, RequestAction, RequestConfigureAction,
|
||||
RequestExecuteAction, RequestCompleteAction
|
||||
} from './request.actions';
|
||||
import { Request } from './request.models';
|
||||
import { RestRequest } from './request.models';
|
||||
|
||||
export class RequestEntry {
|
||||
request: Request;
|
||||
request: RestRequest;
|
||||
requestPending: boolean;
|
||||
responsePending: boolean;
|
||||
completed: boolean;
|
||||
|
Reference in New Issue
Block a user