An open API service indexing awesome lists of open source software.

https://github.com/realazthat/comfy-fulcrum


https://github.com/realazthat/comfy-fulcrum

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

@font-face {
font-family: "Fira Code";
src: local("FiraCode-Regular"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff2/FiraCode-Regular.woff2") format("woff2"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff/FiraCode-Regular.woff") format("woff");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Fira Code";
src: local("FiraCode-Bold"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff2/FiraCode-Bold.woff2") format("woff2"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff/FiraCode-Bold.woff") format("woff");
font-style: bold;
font-weight: 700;
}
.terminal-292411649-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-292411649-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
}
.terminal-292411649-r1 { fill: #d9d9d9 }
.terminal-292411649-r2 { fill: #ff8700 }
.terminal-292411649-r3 { fill: #808080 }
.terminal-292411649-r4 { fill: #58d1eb }
.terminal-292411649-r5 { fill: #00af87 }

$ python -m comfy_fulcrum.cli client --help

Usage:
python -m comfy_fulcrum.cli.cli client
 [
-h

--fulcrum_api_url
FULCRUM_API_URL
 [
--data
DATA
] [
--format
{json,yaml,pformat}
] [
--indent
INDENT
]

{list,register,remove,get,touch,release,stats}
 ...

Run the FastAPI client, and connect to a Fulcrum FastAPI server.

Optional Arguments:

-h

--help
show this help message and exit

--fulcrum_api_url
FULCRUM_API_URL

URL for the FastAPI server.

--data
DATA
JSON encoded data for the command. See base/fastapi_server_base.py for BaseModels for each command.

--format
{json,yaml,pformat}

Output format.

--indent
INDENT
Indentation for output format. If not specified, the default for that format is used.

Client Command:

{list,register,remove,get,touch,release,stats}

list
List resources.

register
Add a resource.

remove
Delete a resource.

get
Get a resource.

touch
Touch a ticket/lease.

release
Release a ticket/lease.

stats
Get stats.