string(18) "./subscribers.json" bool(true) string(2881) "{ "help": [ { "/endpoint": [ { "method": [ { "parameters": null, "requestBody": null, "responses": [ { "200": [], "400": "#/shemas/responses_400" } ] } ] } ] } ], "endpoints": [ { "/subscribers": [ { "get": [ { "parameters": null, "requestBody": null, "responses": [ { "200": [ "#/shemas/subscribers_data" ], "400": "#/shemas/responses_400" } ] } ], "post": [ { "parameters": null, "requestBody": "#/shemas/subscribers_data", "responses": [ { "200": "#/shemas/subscribers_data", "400": "#/shemas/responses_400" } ] } ] } ], "/subscribers/{subscriberID}": [ { "post": [ { "parameters": [ { "subscriberID": "string" } ], "responses": [ { "200": "#/shemas/subscribers_data", "400": "#/shemas/responses_400" } ] } ], "put": [ { "parameters": [ { "subscriberID": "string" } ], "requestBody": "#/shemas/subscribers_data", "responses": [ { "200": "#/shemas/subscribers_data", "400": "#/shemas/responses_400" } ] } ] } ] } ], "schemas": [ { "subscribers_data": { "name": "string", "subscriberID": "string", "subscriberSecret": "string", "apiGatewayURL": "string", "billing": { "billingName": "string", "userBillingSystemClientID": "string", "billingSystemClientID": "string" }, "additionnalData": { "country": "string", "userNetSuiteID": "string", "userCRMID": "string", "billedUserNetSuiteID": "string", "billedUserCRMID": "string", "isDevSubscriber": true } }, "responses_400": { "status": "string", "errorID": "string", "errorMessage": "string" } } ] } "
string(11) "method: GET"
string(60) "endpoint: http://nextlane.test/api/subscribers?get_C1=get_V1"
string(34) "headers: {"header_C1":"header_V1"}"
string(10) "data: null"
string(18) "./subscribers.json"
bool(true)
string(2881) "{
  "help": [
    {
      "/endpoint": [
        {
          "method": [
            {
              "parameters": null,
              "requestBody": null,
              "responses": [
                {
                  "200": [],
                  "400": "#/shemas/responses_400"
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "endpoints": [
    {
      "/subscribers": [
        {
          "get": [
            {
              "parameters": null,
              "requestBody": null,
              "responses": [
                {
                  "200": [
                    "#/shemas/subscribers_data"
                  ],
                  "400": "#/shemas/responses_400"
                }
              ]
            }
          ],
          "post": [
            {
              "parameters": null,
              "requestBody": "#/shemas/subscribers_data",
              "responses": [
                {
                  "200": "#/shemas/subscribers_data",
                  "400": "#/shemas/responses_400"
                }
              ]
            }
          ]
        }
      ],
      "/subscribers/{subscriberID}": [
        {
          "post": [
            {
              "parameters": [
                {
                  "subscriberID": "string"
                }
              ],
              "responses": [
                {
                  "200": "#/shemas/subscribers_data",
                  "400": "#/shemas/responses_400"
                }
              ]
            }
          ],
          "put": [
            {
              "parameters": [
                {
                  "subscriberID": "string"
                }
              ],
              "requestBody": "#/shemas/subscribers_data",
              "responses": [
                {
                  "200": "#/shemas/subscribers_data",
                  "400": "#/shemas/responses_400"
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "schemas": [
    {
      "subscribers_data": {
        "name": "string",
        "subscriberID": "string",
        "subscriberSecret": "string",
        "apiGatewayURL": "string",
        "billing": {
          "billingName": "string",
          "userBillingSystemClientID": "string",
          "billingSystemClientID": "string"
        },
        "additionnalData": {
          "country": "string",
          "userNetSuiteID": "string",
          "userCRMID": "string",
          "billedUserNetSuiteID": "string",
          "billedUserCRMID": "string",
          "isDevSubscriber": true
        }
      },
      "responses_400": {
        "status": "string",
        "errorID": "string",
        "errorMessage": "string"
      }
    }
  ]
}
"
string(12) "method: POST"
string(66) "endpoint: http://nextlane.test/api/subscribers?params_C1=params_V1"
string(34) "headers: {"header_C1":"header_V1"}"
string(27) "data: {"post_C1":"post_V1"}"