Closed mosalehio closed 2 months ago
Examples of using APIs in terminal:
curl -X GET "http://localhost:8000/analytics_automated/downloadcwl/?job_name=psipredddd" -H "Accept: application/json"
curl -X POST \ -H "Content-Type: multipart/form-data" \ -H "Accept: application/json" \ -F "files=@analytics_automated/tests/example_cwl_files/create_fasta2.cwl" \ -F "files=@analytics_automated/tests/example_cwl_files/task2.cwl" \ http://localhost:8000/analytics_automated/uploadcwl/
cwl_api should probably be moved to analytics_automated/
Examples of using APIs in terminal:
curl -X GET "http://localhost:8000/analytics_automated/downloadcwl/?job_name=psipredddd" -H "Accept: application/json"
curl -X POST \ -H "Content-Type: multipart/form-data" \ -H "Accept: application/json" \ -F "files=@analytics_automated/tests/example_cwl_files/create_fasta2.cwl" \ -F "files=@analytics_automated/tests/example_cwl_files/task2.cwl" \ http://localhost:8000/analytics_automated/uploadcwl/