Thisisdotme / thisis.me

1 stars 1 forks source link

createServiceEvent function in API only sets "origin" property for correlation events #131

Closed hburrows closed 12 years ago

hburrows commented 12 years ago

The createServiceEvent function in API only sets "origin" property for correlation events. All events are required to have a origin property.

The following will demonstrate the problem: curl api.thisis.me/v1/authors/howard/events/22395 | python -m json.tool. It's a linked in event but doesn't have an origin property.

jsancio commented 12 years ago

Hmm. I assumed that we only wanted this for correlated event but I guess it make sense to have it for all events. Will work on this ASAP.