Skip to content

Client library for Neuro Notifications microservice

License

Notifications You must be signed in to change notification settings

neuro-inc/neuro-notifications-client

Repository files navigation

Example

async with Client(URL("http://localhost:8080")) as client:
    await client.ping()
    await client.notify(JobCannotStartQuotaReached("bob"))
    await client.notify(JobCannotStartLackResources("job-lack-resources-1"))

About

Client library for Neuro Notifications microservice

Resources

License

Stars

Watchers

Forks

Packages

No packages published