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
For this challenge, you will be given 20 challenge ids see below. If you make a public API call most of them will return challenge details however some are tasks or have other permission constraints that will return 500s. Your task is to create a script that reads a file which contains a single column of challenge ids and make the challenge detail call based on that id (https://api.topcoder.com/v3/challenges/30059934) and concatenate all the "Good" calls into a single JSON file that is valid. Also, create a log file that contains all the challenge ids and "GOOD" or "BAD" to denote that the challenge details were fetched and put in JSON file. You may submit a bash shell script or a nodejs script with package.json
Here are the sample challenge IDs:
30059936
30059935
30059934
30059933
30059932
30059931
30059930
30059929
30059928
30059927
30059926
30059925
30059924
30059923
30059922
30059921
30059920
30059919
30059918
30059917
The text was updated successfully, but these errors were encountered:
For this challenge, you will be given 20 challenge ids see below. If you make a public API call most of them will return challenge details however some are tasks or have other permission constraints that will return 500s. Your task is to create a script that reads a file which contains a single column of challenge ids and make the challenge detail call based on that id (https://api.topcoder.com/v3/challenges/30059934) and concatenate all the "Good" calls into a single JSON file that is valid. Also, create a log file that contains all the challenge ids and "GOOD" or "BAD" to denote that the challenge details were fetched and put in JSON file. You may submit a bash shell script or a nodejs script with package.json
Here are the sample challenge IDs:
30059936
30059935
30059934
30059933
30059932
30059931
30059930
30059929
30059928
30059927
30059926
30059925
30059924
30059923
30059922
30059921
30059920
30059919
30059918
30059917
The text was updated successfully, but these errors were encountered: