get method

Implementation

Future<SecretEntry> get(SecretKey key) async =>
    SecretEntry.fromJson(await _rpcManager.post(
        '/secret/api-key/get', SecretKeyRefRequest(key: key)));