New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

giftassetsdk

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

giftassetsdk

sdk for @giftassetapi

pipPyPI
Version
0.1.3
Maintainers
1

giftassetsdk

from giftasset_sdk.giftasset_sdk import SDK

import asyncio

client = SDK(api_key='')

async def main():

r = await client.get_gifts_update_stat()

print(r)

asyncio.run(main())

Setup


pip install giftassetsdk

Keywords

python

FAQs

Did you know?

Socket

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.

Install

Related posts