{"id":25668513,"url":"https://github.com/borud/geoclient-go","last_synced_at":"2026-05-13T01:35:31.286Z","repository":{"id":149426303,"uuid":"288737363","full_name":"borud/geoclient-go","owner":"borud","description":"Temporary repository containing geoclient-go library","archived":false,"fork":false,"pushed_at":"2020-08-19T13:21:48.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T10:44:02.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-19T13:19:53.000Z","updated_at":"2020-08-19T13:21:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7f163ea-d351-4a7a-97c8-9f1aa1025032","html_url":"https://github.com/borud/geoclient-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/borud/geoclient-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borud%2Fgeoclient-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borud%2Fgeoclient-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borud%2Fgeoclient-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borud%2Fgeoclient-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borud","download_url":"https://codeload.github.com/borud/geoclient-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borud%2Fgeoclient-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32964053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-24T10:34:39.199Z","updated_at":"2026-05-13T01:35:31.279Z","avatar_url":"https://github.com/borud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go API client for geoclient\n\nThe Geo API provides access to the different features of the Telenor Geo server, including capabilities such as pub/sub, geofencing and storage of tracking data.\n\n\n## Overview\nThis API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.  By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.\n\n- API version: v0.1\n- Package version: 0.1.0\n- Build package: org.openapitools.codegen.languages.GoClientCodegen\n\n## Installation\n\nInstall the following dependencies:\n\n```shell\ngo get github.com/stretchr/testify/assert\ngo get golang.org/x/oauth2\ngo get golang.org/x/net/context\ngo get github.com/antihax/optional\n```\n\nPut the package under your project folder and add the following in import:\n\n```golang\nimport \"./geoclient\"\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://geo.exploratory.engineering/api/v1*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*CollectionApi* | [**CreateCollection**](docs/CollectionApi.md#createcollection) | **Post** /collections | Create a new Collection\n*CollectionApi* | [**DeleteCollection**](docs/CollectionApi.md#deletecollection) | **Delete** /collections/{collectionId} | Delete a Collection\n*CollectionApi* | [**GetCollection**](docs/CollectionApi.md#getcollection) | **Get** /collections/{collectionId} | Get a single Collection\n*CollectionApi* | [**GetCollections**](docs/CollectionApi.md#getcollections) | **Get** /collections | Get all Collections\n*CollectionApi* | [**UpdateCollection**](docs/CollectionApi.md#updatecollection) | **Put** /collections/{collectionId} | Update a Collection\n*PositionApi* | [**CreatePosition**](docs/PositionApi.md#createposition) | **Post** /collections/{collectionId}/trackers/{trackerId}/positions | Create a new position for the Tracker\n*PositionApi* | [**GetPositions**](docs/PositionApi.md#getpositions) | **Get** /collections/{collectionId}/trackers/{trackerId}/positions | Get all Positions for Tracker\n*ProfileApi* | [**GetProfile**](docs/ProfileApi.md#getprofile) | **Get** /profile | Get authenticated Profile\n*ShapeCollectionApi* | [**CreateShapeCollection**](docs/ShapeCollectionApi.md#createshapecollection) | **Post** /shapecollections | Create a new ShapeCollection\n*ShapeCollectionApi* | [**CreateShapeCollectionFeature**](docs/ShapeCollectionApi.md#createshapecollectionfeature) | **Post** /shapecollections/{shapeCollectionId}/shapes | Create new GeoJSON Feature\n*ShapeCollectionApi* | [**DeleteShape**](docs/ShapeCollectionApi.md#deleteshape) | **Delete** /shapecollections/{shapeCollectionId}/shapes/{shapeId} | Delete a Shape\n*ShapeCollectionApi* | [**DeleteShapeCollection**](docs/ShapeCollectionApi.md#deleteshapecollection) | **Delete** /shapecollections/{shapeCollectionId} | Delete a ShapeCollection\n*ShapeCollectionApi* | [**GetShape**](docs/ShapeCollectionApi.md#getshape) | **Get** /shapecollections/{shapeCollectionId}/shapes/{shapeId} | Get Shape\n*ShapeCollectionApi* | [**GetShapeCollection**](docs/ShapeCollectionApi.md#getshapecollection) | **Get** /shapecollections/{shapeCollectionId} | Get a single ShapeCollection\n*ShapeCollectionApi* | [**GetShapeCollectionFeatureCollection**](docs/ShapeCollectionApi.md#getshapecollectionfeaturecollection) | **Get** /shapecollections/{shapeCollectionId}/geojson | Get a GeoJSON FeatureCollection for a ShapeCollection\n*ShapeCollectionApi* | [**GetShapeCollectionShapes**](docs/ShapeCollectionApi.md#getshapecollectionshapes) | **Get** /shapecollections/{shapeCollectionId}/shapes | Get Shapes for a ShapeCollection\n*ShapeCollectionApi* | [**GetShapeCollections**](docs/ShapeCollectionApi.md#getshapecollections) | **Get** /shapecollections | Get all ShapeCollections\n*ShapeCollectionApi* | [**GetShapeFeature**](docs/ShapeCollectionApi.md#getshapefeature) | **Get** /shapecollections/{shapeCollectionId}/shapes/{shapeId}/geojson | Get Shape GeoJSON Feature\n*ShapeCollectionApi* | [**ReplaceShapeCollectionFeature**](docs/ShapeCollectionApi.md#replaceshapecollectionfeature) | **Put** /shapecollections/{shapeCollectionId}/shapes/{shapeId}/geojson | Replace Shape GeoJSON Feature\n*ShapeCollectionApi* | [**ReplaceShapeCollectionFeatureCollection**](docs/ShapeCollectionApi.md#replaceshapecollectionfeaturecollection) | **Put** /shapecollections/{shapeCollectionId}/geojson | Replace GeoJSON FeatureCollection\n*ShapeCollectionApi* | [**UpdateShapeCollection**](docs/ShapeCollectionApi.md#updateshapecollection) | **Put** /shapecollections/{shapeCollectionId} | Edit a ShapeCollection\n*SubscriptionApi* | [**CreateSubscription**](docs/SubscriptionApi.md#createsubscription) | **Post** /subscriptions | Create a new Subscription\n*SubscriptionApi* | [**DeleteSubscription**](docs/SubscriptionApi.md#deletesubscription) | **Delete** /subscriptions/{subscriptionId} | Delete a Subscription\n*SubscriptionApi* | [**GetSubscription**](docs/SubscriptionApi.md#getsubscription) | **Get** /subscriptions/{subscriptionId} | Get a single Subscription\n*SubscriptionApi* | [**GetSubscriptions**](docs/SubscriptionApi.md#getsubscriptions) | **Get** /subscriptions | Get all Subscriptions\n*SubscriptionApi* | [**UpdateSubscription**](docs/SubscriptionApi.md#updatesubscription) | **Put** /subscriptions/{subscriptionId} | Update a Subscription\n*TeamApi* | [**CreateTeam**](docs/TeamApi.md#createteam) | **Post** /teams | Create a new Team\n*TeamApi* | [**DeleteTeam**](docs/TeamApi.md#deleteteam) | **Delete** /teams/{teamId} | Delete a Team\n*TeamApi* | [**GetTeam**](docs/TeamApi.md#getteam) | **Get** /teams/{teamId} | Get a single Team\n*TeamApi* | [**GetTeams**](docs/TeamApi.md#getteams) | **Get** /teams | Get all Teams\n*TeamApi* | [**UpdateTeam**](docs/TeamApi.md#updateteam) | **Put** /teams/{teamId} | Update a Team\n*TrackerApi* | [**CreateTracker**](docs/TrackerApi.md#createtracker) | **Post** /collections/{collectionId}/trackers | Create a new Tracker\n*TrackerApi* | [**DeleteTracker**](docs/TrackerApi.md#deletetracker) | **Delete** /collections/{collectionId}/trackers/{trackerId} | Delete a Tracker\n*TrackerApi* | [**GetTracker**](docs/TrackerApi.md#gettracker) | **Get** /collections/{collectionId}/trackers/{trackerId} | Get a single Tracker\n*TrackerApi* | [**GetTrackers**](docs/TrackerApi.md#gettrackers) | **Get** /collections/{collectionId}/trackers | Get all Trackers\n*TrackerApi* | [**UpdateTracker**](docs/TrackerApi.md#updatetracker) | **Put** /collections/{collectionId}/trackers/{trackerId} | Update a Tracker\n\n\n## Documentation For Models\n\n - [BadRequestResponse](docs/BadRequestResponse.md)\n - [CollectionResponse](docs/CollectionResponse.md)\n - [EditCollectionRequest](docs/EditCollectionRequest.md)\n - [EditShapeCollectionRequest](docs/EditShapeCollectionRequest.md)\n - [EditSubscriptionRequest](docs/EditSubscriptionRequest.md)\n - [EditTeamRequest](docs/EditTeamRequest.md)\n - [EditTrackerRequest](docs/EditTrackerRequest.md)\n - [ErrorDetail](docs/ErrorDetail.md)\n - [NewCollectionRequest](docs/NewCollectionRequest.md)\n - [NewPositionRequest](docs/NewPositionRequest.md)\n - [NewShapeCollectionRequest](docs/NewShapeCollectionRequest.md)\n - [NewSubscriptionRequest](docs/NewSubscriptionRequest.md)\n - [NewTeamRequest](docs/NewTeamRequest.md)\n - [NewTrackerRequest](docs/NewTrackerRequest.md)\n - [NotFoundResponse](docs/NotFoundResponse.md)\n - [PositionResponse](docs/PositionResponse.md)\n - [ProfileResponse](docs/ProfileResponse.md)\n - [ShapeCollectionResponse](docs/ShapeCollectionResponse.md)\n - [ShapeResponse](docs/ShapeResponse.md)\n - [SmsOutput](docs/SmsOutput.md)\n - [SmsOutputAllOf](docs/SmsOutputAllOf.md)\n - [SmsOutputAllOfConfig](docs/SmsOutputAllOfConfig.md)\n - [SubscriptionConfidenceType](docs/SubscriptionConfidenceType.md)\n - [SubscriptionOutput](docs/SubscriptionOutput.md)\n - [SubscriptionResponse](docs/SubscriptionResponse.md)\n - [SubscriptionResponseTrackable](docs/SubscriptionResponseTrackable.md)\n - [SubscriptionResponseTriggerCriteria](docs/SubscriptionResponseTriggerCriteria.md)\n - [SubscriptionTrackerType](docs/SubscriptionTrackerType.md)\n - [SubscriptionTriggerType](docs/SubscriptionTriggerType.md)\n - [TeamResponse](docs/TeamResponse.md)\n - [TrackerResponse](docs/TrackerResponse.md)\n - [UnauthorizedResponse](docs/UnauthorizedResponse.md)\n - [WebSocketOutput](docs/WebSocketOutput.md)\n - [WebhookOutput](docs/WebhookOutput.md)\n - [WebhookOutputAllOf](docs/WebhookOutputAllOf.md)\n - [WebhookOutputAllOfConfig](docs/WebhookOutputAllOfConfig.md)\n\n\n## Documentation For Authorization\n\n\n\n## APIToken\n\n- **Type**: API key\n\nExample\n\n```golang\nauth := context.WithValue(context.Background(), sw.ContextAPIKey, sw.APIKey{\n    Key: \"APIKEY\",\n    Prefix: \"Bearer\", // Omit if not necessary.\n})\nr, err := client.Service.Operation(auth, args)\n```\n\n\n\n## Author\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborud%2Fgeoclient-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborud%2Fgeoclient-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborud%2Fgeoclient-go/lists"}