You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stubd is an example rest api http server to use as as base for larger projects.
On startup it reads its configuration file (toml) and exposes its contents via rest api.
stubc
stubc is an example client for stubd to use as a base for larger projects.