🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@geowiki/evoland-api-proxy

Package Overview
Dependencies
Maintainers
1
Versions
55
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.

latest
npmnpm
Version
0.16.9
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 15 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts