/api/library/icon

GET Obtain the icon of the specified Library.

Sample Code:

const libraryPath = encodeURIComponent("/Users/augus/Pictures/Design.library");
const image = `http://localhost:41595/api/library/icon?libraryPath=${libraryPath}`;

Last updated