wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

[FEAT]: WebAPI for processing #84

Closed wgnf closed 2 years ago

wgnf commented 2 years ago

Description of the feature/enhancement

A WebAPI where you can upload your (project) files, which are then being processed, would be nice. So you're independent of any tool or environment.

Additional Information

A queueing approach would be needed, because analyzing files can take quite some time. Queue-Item-IDs should have uuids, so that no-one can look at the items from another person.

wgnf commented 2 years ago

This is majorly out of scope for now, so I'll close this