# README

Geography

Point API

interface

GetPoints(ciosctx.RequestCtx, cios.ApiGetPointsRequest) (cios.MultiplePoint, *_nethttp.Response, error)
CreatePoint(ciosctx.RequestCtx, cios.PointRequest) (cios.Point, *_nethttp.Response, error)
DeletePoint(ciosctx.RequestCtx, string) (cios.Point, *_nethttp.Response, error)

Usage

Get Points max limit 1000

options := srvgeography.MakeGetPointsOpts
points, httpResponse, err := client.Geography().GetPoints(ctx, options())

Create a Point

options := srvgeography.MakeGetPointsOpts
points, httpResponse, err := client.Geography().GetPoints(ctx, options())

Delete a Point

options := srvgeography.MakeGetPointsOpts
points, httpResponse, err := client.Geography().GetPoints(ctx, options())

Cycle API

WIP

Route API

WIP

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author