No commit activity in last 3 years
No release in over 3 years
Simple procedural client to consume the GeoServer REST API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.1.0
~> 3.12
~> 3.5.0

Runtime

 Project Readme

geoserver_client

A simple gem to control your GeoServer installation using the REST API

Introduction

There is a very good gem to interact with the GeoServer API: rgeoserver which I decided not to use because I wanted a more light-weight, simpler alternative and I prefer to use HttpClient in general.

This gem was created for my own limited interactions with GeoServer and the geoserver_migrations gem.

This is, for now, a very naive approach to writing an API client, but it allowed me to discover how the Geoserver API worked and gets the job done for me (controlling layer/style management).

Todo

  • add tests :)
  • add more API entries?

Copyright

Copyright (c) 2018 Nathan Van der Auwera. See LICENSE.txt for further details.