Skip to main content

Unicorn Universe REST API (Unicorn Systems & Unicorn Application Framework)

Project description

uuTS

Library that allows developers to easily integrate their application(s) with Unicorn Systems solutions and products using REST API.

Examples of How To Use (uuREST)

Simple Request

text

Iterating through the list of items

from vidstream import CameraClient
from vidstream import VideoClient
from vidstream import ScreenShareClient

# Choose One
client1 = CameraClient('127.0.0.1', 9999)
client2 = VideoClient('127.0.0.1', 9999, 'video.mp4')
client3 = ScreenShareClient('127.0.0.1', 9999)

client1.start_stream()
client2.start_stream()
client3.start_stream()

Check out: https://www.youtube.com/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uuRest-0.0.3.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

uuRest-0.0.3-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page