Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
linksgpt-url-shortener
Advanced tools
LinksGPT URL Shortener Python SDK. It supports AI-driven URL shortening and expansion, custom domains, team roles, customizable QR codes, tracking and in-depth analytics, deep linking and enhanced link security.
LinksGPT URL Shortener 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.
Python 2.7 and 3.4+
pip install linksgpt-url-shortener
Then import the package:
import linksgpt_url_shortener
from __future__ import print_function
import time
import linksgpt_url_shortener
from linksgpt_url_shortener.rest import ApiException
from pprint import pprint
# Configure API key authorization: ApiKeyAuth
configuration = linksgpt_url_shortener.Configuration()
configuration.api_key['apiKey'] = 'YOUR_API_KEY'
# create an instance of the API class
api_instance = linksgpt_url_shortener.V1DomainsApi(linksgpt_url_shortener.ApiClient(configuration))
try:
# List your domains
api_response = api_instance.list_domains()
pprint(api_response)
except ApiException as e:
print("Exception when calling V1DomainsApi->list_domains: %s\n" % e)
All URIs are relative to https://app.linksgpt.com
API document: LinksGPT DEV API Documentation & API Explorer
Class | Method | HTTP request | Description |
---|---|---|---|
V1DomainsApi | list_domains | GET /api/v1/domains | List your domains |
V1LinksApi | create_link | POST /api/v1/links | Create a new link |
V1LinksApi | delete_link | DELETE /api/v1/links/{id} | Delete a link |
V1LinksApi | get_link_by_id | GET /api/v1/links/{id} | Get a link |
V1LinksApi | list_links | GET /api/v1/links | List links |
V1LinksApi | list_tags | GET /api/v1/links/tags | List tags |
V1LinksApi | update_link | PUT /api/v1/links/{id} | Update a link |
V1LinksApi | update_link_tags | PUT /api/v1/links/{id}/tags | Update the tags |
V1UsersApi | get_account_details | GET /api/v1/users/me | Get account details |
GitHub Repo: url-shortener-sdk-python
FAQs
LinksGPT URL Shortener Python SDK. It supports AI-driven URL shortening and expansion, custom domains, team roles, customizable QR codes, tracking and in-depth analytics, deep linking and enhanced link security.
We found that linksgpt-url-shortener demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.