Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop a ConnectionManager interface to support account messaging API without a connection #26

Open
Kaffeine opened this issue Nov 8, 2020 · 0 comments

Comments

@Kaffeine
Copy link
Member

Kaffeine commented Nov 8, 2020

The idea is to keep Connection for connection API and use another object for everything else (that can be available without connection). The "another object type" is named AccountApi for now. See #24 for other details.

ConnectionManager.Interface.AccountApi

Description

To expose AccountApi support and make it discoverable, add a ConnectionManager interface.

Methods

RequestApi

RequestApi (s: Protocol, a{sv}: Parameters) => s: Bus_Name, o: Object_Path

The arguments are the same as for ConnectionManager RequestConnection

Signals

NewApiInstance

NewApiInstance (s: Bus_Name, o: Object_Path, s: Protocol)

Emitted when a new AccountApi object is created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant