Fork me on GitHub
#pedestal
<
2017-03-07
>
mtnygard14:03:15

Would anyone be interested in picking up one of the docs listed here: https://github.com/pedestal/pedestal-docs/issues ?

ddeaguiar14:03:56

@mtnygard I volunteer to do #55

ddeaguiar14:03:11

I can pick up another after that

jimmy16:03:09

I'mt not sure if I got the response from server (`#vase/transact` api ) :

{
  "whitelist": [],
  "transaction": [
    [
      null,
      null,
      null
    ],
    [
      null,
      null,
      null
    ],
    [
      null,
      null,
      null
    ],
    [
      null,
      null,
      null
    ]
  ]
}
But there is no data being created. I retry with the petstore-full example it returns the same. It supposes to return instead of those nulls right ?

mtnygard16:03:59

@nxqd You should definitely see some data in "whitelist" if the transaction went through. This can happen if you send a request without the content-type header.