Description:
The usage of iid, while semi-functional, is incorrect on this line as per the Gitlab Documentation here and here. This is actually causing an issue with the noCacheSuffix() function as it appends a 2nd question mark into the URL thus making the URL invalid and producing a 400 error from the API
Requirements:
- use the proper
id value in RESTful style as opposed to using a URL parameter
Setup & Reference:
Submissions:
- Ensure good test coverage on all modules
- Upload documentation for how to run your submission
- Upload all your source code as a zip for review
- Winner will be required to submit a pull request with their winning code.
Description:
The usage of
iid, while semi-functional, is incorrect on this line as per the Gitlab Documentation here and here. This is actually causing an issue with the noCacheSuffix() function as it appends a 2nd question mark into the URL thus making the URL invalid and producing a 400 error from the APIRequirements:
idvalue in RESTful style as opposed to using a URL parameterSetup & Reference:
Submissions: