mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-28 04:27:24 +00:00
Add resampled image retrieval functionality and update image URLs
This commit is contained in:
@@ -492,6 +492,10 @@ class Network {
|
||||
return `${this.apiBaseUrl}/image/${id}`;
|
||||
}
|
||||
|
||||
getResampledImageUrl(id: number): string {
|
||||
return `${this.apiBaseUrl}/image/resampled/${id}`;
|
||||
}
|
||||
|
||||
async createResource(
|
||||
params: CreateResourceParams,
|
||||
): Promise<Response<number>> {
|
||||
|
Reference in New Issue
Block a user