Skip to main content

Pacifica UniqueID

Project description

Pacifica Unique ID

Build Status Build status Code Climate Issue Count Docker Stars Docker Pulls Docker Automated build

This is the pacifica unique ID generator API.

This service provides unique IDs for other pacifica services.

The API

The Call:

curl 'http://localhost:8000/getid?range=10&mode=file'

The Response

{"endIndex": 9, "startIndex": 0}

Select a different mode to get different unique IDs. If a mode is currently unsupported by the database, a new row will be started to support it

curl 'http://localhost:8000/getid?range=10&mode=file'
curl 'http://localhost:8000/getid?range=10&mode=upload'

The Response

{"endIndex": 9, "startIndex": 0}
{"endIndex": 9, "startIndex": 0}

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

pacifica-uniqueid-0.2.0.tar.gz (18.1 kB view hashes)

Uploaded Source

Built Distributions

pacifica_uniqueid-0.2.0-py3-none-any.whl (13.9 kB view hashes)

Uploaded Python 3

pacifica_uniqueid-0.2.0-py2-none-any.whl (13.9 kB view hashes)

Uploaded Python 2

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