outbaksean / EveCombatLog

A tool for Eve Online capsuleers to log combat interactions in order to improve their PvP skill.
MIT License
0 stars 0 forks source link

Create Local Rest API #1

Open outbaksean opened 4 years ago

outbaksean commented 4 years ago

This interface should include basic functionality for crud operations on fittings and log entries.

outbaksean commented 4 years ago

In the EveCombatLog solution, the project EveCombatLogRestAPI exposes the /api/Fitting controller. It is a .NET Core 3.0 Web API project. It uses a db helper defined in startup, this should be moved to config when work dynamodb work continues. The API should be cleaned up, it might expose too much. Comments should be cleaned up as well.