Skip to content

Work in progress synapse admin API command line interface that doubles as playground for a new ruma-client API

Notifications You must be signed in to change notification settings

florianjacob/synadminctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synadminctl

Work in progress synapse admin API command line interface that doubles as playground for a new ruma-client API.

lib.rs contains the API ideas for ruma-client, adhering to the sans-io principles of being agnostic from any form of I/O. Protocol interactions are modeled as finite state machines, which are implemented as in the Type-level Programming in Rust blog post by Will Crichton. main.rs shows how the library is used, by providing the synapse admin API command line interface. endpoints.rs contains endpoint definitions for the synapse admin API, which would eventually be replaced by definitions using ruma-api.

About

Work in progress synapse admin API command line interface that doubles as playground for a new ruma-client API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published