Resolver Service

A simple web service for resolving CURIEs.

Functions

get_flask_blueprint(converter, **kwargs)

Get a blueprint for flask.Flask.

get_flask_app(converter[, blueprint_kwargs, ...])

Get a Flask app.

get_fastapi_router(converter, **kwargs)

Get a router for fastapi.FastAPI.

get_fastapi_app(converter[, router_kwargs, ...])

Get a FastAPI app.