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.
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
Put the package under your project folder and add the following in import:
import "./swagger"
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 |
- InlineResponse200
- InlineResponse2001
- InlineResponse2002
- InlineResponse2003
- InlineResponse2004
- InlineResponse2004Data
- InlineResponse2005
- InlineResponse400
- V1CreateLinkRequest
- V1DomainResource
- V1DomainResourceProvider
- V1LinkResource
- V1LinkResourceUtm
- V1ReTagRequest
- V1UpdateLinkRequest
- V1UserResource
- Type: API key
Example
auth := context.WithValue(context.Background(), sw.ContextAPIKey, sw.APIKey{
Key: "APIKEY"
})
r, err := client.Service.Operation(auth, args)