New:Socket for Asana Is Now Available.Learn more
Get Started

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

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

npmnpm
Version
0.16.10-dev.3
Version published
Weekly downloads
487
435.16%
Maintainers
1
Weekly downloads
 
Created
Source

@geowiki/cms-proxy

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

Installation

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

Peer Dependencies

npm install axios form-data

Usage

import { DefaultService, QueryApiService, OpenAPI } from "@geowiki/cms-proxy";

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

// Fetch CMS content
const pages = await QueryApiService.getPages();
const settings = await DefaultService.getSettings();

What's Included

  • Service classes -- DefaultService, QueryApiService, SettingsService
  • Model types -- 230+ TypeScript types for CMS content structures (widgets, sections, page elements, galleries, testimonials, etc.)
  • API utilities -- ApiError, CancelablePromise, and OpenAPI configuration

License

MIT

FAQs

Package last updated on 29 Jul 2026

Related posts