> Wiadomość napisana przez Bill Janssen <[email protected]> w dniu 30.06.2016, o > godz. 18:05: > > I'm still trying to figure out how to access secure storage via the > Secret Service API. Is there an interface for that?
I don’t think there is one yet. > How would I list all the defined interfaces? How would I know what > parts export which sockets? All of the interfaces as defined in snapd source code, in the interfaces/builtin directory. At runtime you can use REST API to query all the available plugs and slots (and their interface types and connections). This is documented in docs/rest.md. As for parts, I don’t know. Thanks ZK -- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
