Skip to content

mwri/pycodewake-v1rest-store

Repository files navigation

Python Code Wake V1 REST API store adapter (pycodewake-v1rest-store)

test codecov

This store adapter provides backing via the V1 REST API for Code Wake. A server implementing this API may be achieved by using pycodewake-v1wsgi-service (a middleware you could use to provide the API via a Flask server say, if that suits.

For example:

import code_wake
from code_wake_v1rest_store import V1RestStore

cwproc = code_wake.Process(
    app_name="my_app",
    app_vsn="1.2.3",
    env_name="production",
    store=V1RestStore("https://code.wake.server/path/to/api"),
)

About

Python Code Wake V1 REST API store adapter

Resources

License

Stars

Watchers

Forks

Packages

No packages published