You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
For now, the API of the scancode-server is pretty simple. Whenever the user opens up the app and applies the scan, he gets to the resulting phase and can see the results in the serialized form.
On the other hand, the API should be such in which we can give URL as an input and we would be able to get the results in the form of serialized output. But this is hard to implement because of the computation time associated with the scans.
For now, our API can only take scan_id as input and give the output in as JSON.