Skip to content

Official Go SDK for interacting with LinksGPT URL Shortener APIs.

License

Notifications You must be signed in to change notification settings

LinksGPT/url-shortener-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinksGPT URL Shortener Go SDK

LinksGPT URL Shortener Go SDK, provides an easy way to interact with the LinksGPT API, enabling developers to build applications that leverage the power of LinksGPT's features.

LinksGPT is a professional link management platform for custom short urls, brand building and conversion optimization. It offers intelligent URL shortening and expansion, custom domains, team roles, customizable QR codes, tracking and AI-based in-depth analytics, deep linking, openAPI and enhanced link security. Powered by AI, it provides intelligent insights and recommendations based on user behavior and click patterns, support data-driven brand strategies and marketing decisions.

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen

Installation

Put the package under your project folder and add the following in import:

import "./swagger"

Documentation for API Endpoints

All URIs are relative to https://app.linksgpt.com

Class Method HTTP request Description
V1DomainsApi ListDomains Get /api/v1/domains List your domains
V1LinksApi CreateLink Post /api/v1/links Create a new link
V1LinksApi DeleteLink Delete /api/v1/links/{id} Delete a link
V1LinksApi GetLinkById Get /api/v1/links/{id} Get a link
V1LinksApi ListLinks Get /api/v1/links List links
V1LinksApi ListTags Get /api/v1/links/tags List tags
V1LinksApi UpdateLink Put /api/v1/links/{id} Update a link
V1LinksApi UpdateLinkTags Put /api/v1/links/{id}/tags Update the tags
V1UsersApi GetAccountDetails Get /api/v1/users/me Get account details

Documentation For Models

Documentation For Authorization

ApiKeyAuth

  • Type: API key

Example

auth := context.WithValue(context.Background(), sw.ContextAPIKey, sw.APIKey{
	Key: "APIKEY"
})
r, err := client.Service.Operation(auth, args)

Author

[email protected]

About

Official Go SDK for interacting with LinksGPT URL Shortener APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages