New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@geowiki/evoland-api-proxy

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geowiki/evoland-api-proxy

TypeScript client library for the EvoLand satellite imaging and annotation API, auto-generated from the OpenAPI schema.

npmnpm
Version
0.16.10-dev.5
Version published
Maintainers
1
Created
Source

@geowiki/evoland-api-proxy

TypeScript client library for the EvoLand satellite imaging and annotation API, auto-generated from the OpenAPI schema.

Installation

npm install @geowiki/evoland-api-proxy
# or
pnpm add @geowiki/evoland-api-proxy

Peer Dependencies

npm install axios form-data

Usage

import { ProjectService, TaskService, OpenAPI } from "@geowiki/evoland-api-proxy";

// Configure the API base URL
OpenAPI.BASE = "https://your-evoland-api-url.com";

// Interact with EvoLand projects and tasks
const projects = await ProjectService.getProjects();
const tasks = await TaskService.getTasks(projectId);

What's Included

  • Service classes -- ProjectService, TaskService, LocationService, QuestionService, StatisticService, AiService
  • Model types -- 75+ TypeScript types for project management, task annotation, location data, and user statistics
  • API utilities -- ApiError, CancelablePromise, and OpenAPI configuration

License

MIT

FAQs

Package last updated on 29 Jul 2026

Related posts