forked from MapComplete/MapComplete
Refactoring: make needed URLs explicit
This commit is contained in:
parent
7852829f1b
commit
4852888b41
51 changed files with 978 additions and 871 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Utils } from "../../Utils"
|
||||
|
||||
export default class PlantNet {
|
||||
private static baseUrl =
|
||||
public static baseUrl =
|
||||
"https://my-api.plantnet.org/v2/identify/all?api-key=2b10AAsjzwzJvucA5Ncm5qxe"
|
||||
|
||||
public static query(imageUrls: string[]): Promise<PlantNetResult> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue