Registry / networking / rgeoserver

rgeoserver

JSON →
library0.10.1rbrubygemsunverified

A Ruby library for interacting with the GeoServer REST API to manage geospatial data and services.

gem install rgeoserver
INSTALL
IMPORT
SIG · RGEOSERVER
R
rgeoserver
networkingrubyv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RGeoServer
require 'rgeoserver'

Connect to GeoServer and list all workspaces.

require 'rgeoserver' client = RGeoServer::Client.new(url: 'http://localhost:8080/geoserver', user: 'admin', password: 'geoserver') workspaces = client.workspaces puts workspaces.map(&:name)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
rgeoserver — gem install rgeoserver · libregistry