datalust / seq-api

HTTP API client for Seq
https://datalust.co/seq
Apache License 2.0
78 stars 21 forks source link

AddAsync() methods should post to the Create link, not Self #4

Closed nblumhardt closed 8 years ago

nblumhardt commented 8 years ago

In a few places it appears AddAsync tries to post to a new entity's Self link, which fails. When adding, the link name is "Create".

bbrandt commented 8 years ago

Thanks Nick. This appears to be fixed for me as well.

nblumhardt commented 8 years ago

Thanks for closing the loop Ben.