Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

jahands/d1-id

Repository files navigation

d1-id

Spec

This project is for managing unique IDs that can be used in various forms. For example: Referencing 1Password items using IDs like: 1P-f57sd - this is easily recognizable as a 1Password ID, which can be placed in spreadsheets/etc, and easily searched.

Another example is IDs as a Service for simple hobby image uploaders where I just want to upload images to Object Storage without building a whole service around it - I can simply generate unique IDs with this service.

Endpoints

List/create/delete users

GET /users POST /users/:user DELETE /users/:user

List/create/delete namespaces for user

GET /jhands POST /jhands/:namespace DELETE /jhands/:namespace

List/create/delete IDs for namespace

GET /jhands/:namespace GET /jhands/:namespace/new DELETE /jhands/:namespace/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published