nvchecker.api
— The source plugin API¶
- session: nvchecker.httpclient.base.BaseSession¶
The object to send out HTTP requests, respecting various options in the configuration entry.
- nvchecker.api.entry_waiter: contextvars.ContextVar¶
This
ContextVar
contains anEntryWaiter
instance for waiting on other entries.