chore: replace `APPLICATION_JSON` with `TEXT_PLAIN` in dynamic create graph api by simon824 · Pull Request #1888 · apache/hugegraph
@wangyao2016 could u take a look for it & check if we need update for other api?
@wangyao2016 could u take a look for it?
Sure. IMO both Json and text are fine , PropertiesConfiguration supports parsing two formats. But text is better.
Or we can support both, just remove the limit of @Consumes(APPLICATION_JSON_WITH_CHARSET).
@wangyao2016 could u take a look for it?
Sure. IMO both Json and text are fine ,
PropertiesConfigurationsupports parsing two formats. But text is better.Or we can support both, just remove the limit of
@Consumes(APPLICATION_JSON_WITH_CHARSET).
could enhance it together next time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
