Skip to content

ivory client library is prepending entity type to output #6

Description

@jabirahmed

ivory client library is prepending entity type to it making it hard to use it further without parsing the the return string.

it should ideally return an array of objects/String that can be further used to display or process

e..g

    this.webrs=c.resource("http://gs1129.blue.ua2.inmobi.com:15000/ivory/");


    String s=ic.getEntityList("Process");
    System.out.println(s);

returns

(process) FETL-Beacon-Extractor7
(process) roi-feedback-1
(process) FETL2-ImpressionRC-conversion
(process) IFC-IR-COUNT-WORDS
(process) download-summary-uat
(process) M10N-Sublet-Scoring
(process) FETL-Beacon-Summary-Generator4
(process) FETL-click-enhancer-nonNetwork-e2e

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions