mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
wip - pf4 data list and pagination
This commit is contained in:
@@ -44,7 +44,7 @@ class APIClient {
|
||||
await this.http.post(endpoints.API_LOGIN, data, { headers });
|
||||
}
|
||||
|
||||
get = (endpoint) => this.http.get(endpoint);
|
||||
get = (endpoint, params = {}) => this.http.get(endpoint, { params });
|
||||
}
|
||||
|
||||
export default new APIClient();
|
||||
|
||||
Reference in New Issue
Block a user