Socket
Book a DemoInstallSign in
Socket

blue-media

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

blue-media

A wrapper of the api logic used to interact with blue_media.

pipPyPI
Version
0.0.4
Maintainers
1

What is it?

A wrapper of the api logic used to interact with blue_media.

Why is it needed?

I just wanted to do it, no why.

How to use it?

Installing the library

pip install blue_media

Importing the library

from blue_media import BlueClass

Initialize the Config Class

config = Config(**kwargs)

Initialize the BlueMedia Class

blue = BlueMedia(config)

Call the GET and POST methods

blue.async_get(**kwargs) blue.async_post(**kwargs)

By: "_"

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