chore(server): remove get person asset limit (#11597)

* chore(server): remover get person asset limit

* sql

* remove getPersonAsset endpoint

* remove getPersonAsset endpoint

* use search endpoint to get people

* fix: server test

* mobile linter

* fix: server test

* remove debuglog

* deprecated endpoint

* change page size on mobile

* revert max size

* fix test
This commit is contained in:
Alex
2024-08-06 11:22:13 -05:00
committed by GitHub
parent 0eacdf93eb
commit f040c9fb38
8 changed files with 107 additions and 11 deletions

View File

@@ -180,7 +180,10 @@ class PeopleApi {
return null;
}
/// Performs an HTTP 'GET /people/{id}/assets' operation and returns the [Response].
/// This property was deprecated in v1.113.0
///
/// Note: This method returns the HTTP [Response].
///
/// Parameters:
///
/// * [String] id (required):
@@ -210,6 +213,8 @@ class PeopleApi {
);
}
/// This property was deprecated in v1.113.0
///
/// Parameters:
///
/// * [String] id (required):