Erlite

Results 48 comments of Erlite

Alerts should be done, created `AlertMission` and `MissionReward`. However it seems like the worldstate doesn't re-use models often between each route, only with a couple of exceptions, is there any...

It's not a big problem, I'm just surprised DE didn't think about making their API cleaner in the first place.

Unable to do events for now since the docs say `array of object` and the api returns an empty array.

I'll also make an interface for cycles.

Decided to go through and delete these properties, they're really just adding clutter to the models.

By clutter I meant things that could easily be worked as an auto implemented property, such as the `asString` property. However, I didn't know about the fact that `eta` was...

I'll work on overriding `ToString()` later.

I just stored them since the API did, but yeah we could just calculate that in a property.