Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D1000
Change Details
Change Details
Old
New
Diff
Post to /delivery/register_consumer the following payload: ``` { "anything": "anything" } ``` Get the following output to the console: API client wants the default exchange, but none has been specified for this end point. 127.0.0.1 - - [06/Jul/2017 21:47:51] "POST /delivery/register_consumer HTTP/1.1" 400 - (Flask considers request.json doesn't exist if the payload is empty, this isn't a problem as we don't have any method accepting empty payloads, as an API key will be required for register_consumer)
Post to /delivery/register_consumer the following payload: ``` { "anything": "anything" } ``` (Flask considers request.json doesn't exist if the payload is empty, this isn't a problem as we don't have any method accepting empty payloads, as an API key will be required for register_consumer) Get the following output to the console: ``` API client wants the default exchange, but none has been specified for this end point. 127.0.0.1 - - [06/Jul/2017 21:47:51] "POST /delivery/register_consumer HTTP/1.1" 400 - ```
Post to /delivery/register_consumer the following payload: ``` { "anything": "anything" } ```
(Flask considers request.json doesn't exist if the payload is empty, this isn't a problem as we don't have any method accepting empty payloads, as an API key will be required for register_consumer)
Get the following output to the console:
```
API client wants the default exchange, but none has been specified for this end point. 127.0.0.1 - - [06/Jul/2017 21:47:51] "POST /delivery/register_consumer HTTP/1.1" 400 -
(Flask considers request.json doesn't exist if the payload is empty, this isn't a problem as we don't have any method accepting empty
payloads, as an API key will be required for register_consumer)
```
Continue