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

@geowiki/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/api-proxy

TypeScript client library for the GeoWiki backend API, auto-generated from the OpenAPI schema.

latest
npmnpm
Version
0.16.9
Version published
Maintainers
1
Created
Source

@geowiki/api-proxy

TypeScript client library for the GeoWiki backend API, auto-generated from the OpenAPI schema.

Installation

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

Peer Dependencies

npm install axios form-data

Usage

import { ClusterService, NewsService, OpenAPI } from "@geowiki/api-proxy";

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

// Use service classes to interact with the API
const clusters = await ClusterService.getClusters();
const news = await NewsService.getNews();

What's Included

  • Service classes -- ClusterService, NewsService, UserService, LayerService, ResourceService, and more
  • Model types -- 160+ TypeScript types for API request/response objects (DTOs for clusters, users, layers, news, resources, etc.)
  • 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