{"id":37069668,"url":"https://github.com/linksgpt/url-shortener-sdk-python","last_synced_at":"2026-01-14T08:01:22.825Z","repository":{"id":268635560,"uuid":"889418981","full_name":"LinksGPT/url-shortener-sdk-python","owner":"LinksGPT","description":"Official Python SDK for interacting with LinksGPT URL Shortener APIs.","archived":false,"fork":false,"pushed_at":"2024-11-16T12:18:42.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T21:34:12.905Z","etag":null,"topics":["seo-tools","short-link","short-url","url-shortener","web-tools"],"latest_commit_sha":null,"homepage":"https://www.linksgpt.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinksGPT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-11-16T10:33:03.000Z","updated_at":"2024-11-19T06:51:18.000Z","dependencies_parsed_at":"2024-12-18T02:17:24.293Z","dependency_job_id":"c75d8520-1c31-469b-b754-654cc5e7bbc4","html_url":"https://github.com/LinksGPT/url-shortener-sdk-python","commit_stats":null,"previous_names":["linksgpt/url-shortener-sdk-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinksGPT/url-shortener-sdk-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinksGPT%2Furl-shortener-sdk-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinksGPT%2Furl-shortener-sdk-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinksGPT%2Furl-shortener-sdk-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinksGPT%2Furl-shortener-sdk-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinksGPT","download_url":"https://codeload.github.com/LinksGPT/url-shortener-sdk-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinksGPT%2Furl-shortener-sdk-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["seo-tools","short-link","short-url","url-shortener","web-tools"],"created_at":"2026-01-14T08:01:21.721Z","updated_at":"2026-01-14T08:01:22.714Z","avatar_url":"https://github.com/LinksGPT.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinksGPT URL Shortener Python SDK\n[LinksGPT](https://www.linksgpt.com/) URL Shortener SDK, provides an easy way to interact with the [LinksGPT API](https://dev.linksgpt.com/docs/links/create), enabling developers to build applications that leverage the power of LinksGPT's features.\n\n[LinksGPT](https://www.linksgpt.com/) 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.\n\nThis Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: 1.0.0\n- Package version: 1.0.0\n- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen\n\n## Requirements.\n\nPython 2.7 and 3.4+\n\n## Installation \u0026 Usage\n### pip install\n\nIf the python package is hosted on Github, you can install directly from Github\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport swagger_client \n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport swagger_client\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nfrom __future__ import print_function\nimport time\nimport swagger_client\nfrom swagger_client.rest import ApiException\nfrom pprint import pprint\n\n# Configure API key authorization: ApiKeyAuth\nconfiguration = swagger_client.Configuration()\nconfiguration.api_key['apiKey'] = 'YOUR_API_KEY'\n# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed\n# configuration.api_key_prefix['apiKey'] = 'Bearer'\n\n# create an instance of the API class\napi_instance = swagger_client.V1DomainsApi(swagger_client.ApiClient(configuration))\nworkspace = 'workspace_example' # str | Your workspace id, if you do not specify the workspace context,  the default workspace (your main workspace) will be used.  If apikey is used as the authentication mode, you do not need to set this parameter. (optional)\n\ntry:\n    # List your domains\n    api_response = api_instance.list_domains(workspace=workspace)\n    pprint(api_response)\nexcept ApiException as e:\n    print(\"Exception when calling V1DomainsApi-\u003elist_domains: %s\\n\" % e)\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://app.linksgpt.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*V1DomainsApi* | [**list_domains**](docs/V1DomainsApi.md#list_domains) | **GET** /api/v1/domains | List your domains\n*V1LinksApi* | [**create_link**](docs/V1LinksApi.md#create_link) | **POST** /api/v1/links | Create a new link\n*V1LinksApi* | [**delete_link**](docs/V1LinksApi.md#delete_link) | **DELETE** /api/v1/links/{id} | Delete a link\n*V1LinksApi* | [**get_link_by_id**](docs/V1LinksApi.md#get_link_by_id) | **GET** /api/v1/links/{id} | Get a link\n*V1LinksApi* | [**list_links**](docs/V1LinksApi.md#list_links) | **GET** /api/v1/links | List links\n*V1LinksApi* | [**list_tags**](docs/V1LinksApi.md#list_tags) | **GET** /api/v1/links/tags | List tags\n*V1LinksApi* | [**update_link**](docs/V1LinksApi.md#update_link) | **PUT** /api/v1/links/{id} | Update a link\n*V1LinksApi* | [**update_link_tags**](docs/V1LinksApi.md#update_link_tags) | **PUT** /api/v1/links/{id}/tags | Update the tags\n*V1UsersApi* | [**get_account_details**](docs/V1UsersApi.md#get_account_details) | **GET** /api/v1/users/me | Get account details\n\n## Documentation For Models\n\n - [InlineResponse200](docs/InlineResponse200.md)\n - [InlineResponse2001](docs/InlineResponse2001.md)\n - [InlineResponse2002](docs/InlineResponse2002.md)\n - [InlineResponse2003](docs/InlineResponse2003.md)\n - [InlineResponse2004](docs/InlineResponse2004.md)\n - [InlineResponse2004Data](docs/InlineResponse2004Data.md)\n - [InlineResponse2005](docs/InlineResponse2005.md)\n - [InlineResponse400](docs/InlineResponse400.md)\n - [V1CreateLinkRequest](docs/V1CreateLinkRequest.md)\n - [V1DomainResource](docs/V1DomainResource.md)\n - [V1DomainResourceProvider](docs/V1DomainResourceProvider.md)\n - [V1LinkResource](docs/V1LinkResource.md)\n - [V1LinkResourceUtm](docs/V1LinkResourceUtm.md)\n - [V1ReTagRequest](docs/V1ReTagRequest.md)\n - [V1UpdateLinkRequest](docs/V1UpdateLinkRequest.md)\n - [V1UserResource](docs/V1UserResource.md)\n\n## Documentation For Authorization\n\n\n## ApiKeyAuth\n\n- **Type**: API key\n- **API key parameter name**: apiKey\n- **Location**: HTTP header\n\n\n## Author\n\nservice@linksgpt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinksgpt%2Furl-shortener-sdk-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinksgpt%2Furl-shortener-sdk-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinksgpt%2Furl-shortener-sdk-python/lists"}