Open singh1114 opened 7 years ago
can i take up this issue?
@singh1114 please tell!!
@chetanya-shrimali The way things work is you have expressed your interest which is fine. Just go ahead and provide some PR
thanks!!
@chetanya-shrimali apologies for the late reply and yes, you can definitely work on this one.
working on it!!
@singh1114 any views as to how should i proceed?
@chetanya-shrimali I believe that some of the code is already implemented. What you need to do is proceed further. I think for the URL's part. Git URLs were handled. We need to check other cases as well.
@chetanya-shrimali https://github.com/nexB/scancode-server/pull/94. You should try to merge this one.
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.