apollo-rust-client 0.7.0

A Rust client for Apollo configuration center
Documentation
{
  "request": {
    "method": "GET",
    "urlPath": "/configfiles/json/101010101/default/application"
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "jsonBody": {
      "stringValue": "string value",
      "intValue": "42",
      "floatValue": "4.20",
      "boolValue": "false",
      "grayScaleValue": "false"
    }
  },
  "priority": 10
}