Skip to content

[Feature] Cf Kv batch get request #842

@WERDXZ

Description

@WERDXZ

Is there an existing issue for this?

  • I have searched the existing issues

Description

The cf kv api support batch get since April. And it will be really helpful if we supports that.

I think a good api design will be changing this line

    pub fn get(&self, name: &str) -> GetOptionsBuilder {

to

    pub fn get(&self, name: &[&str]) -> GetOptionsBuilder {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions