Software Heritage api to accept batch request from FOSSology
The task is to provide me an API which will accept the hash of several files in batch. and return the details like content type, file type, language type at once. I need it for to implement in FOSSology application as a part of Google Summer of Code. The API should take
- Hash of all files in batch It should return
- Content type
- File type
- Language Type
- Lisense
Migrated from T1804 (view on Phabricator)