Sudipto Ghosh
Sudipto Ghosh
Closes #7. Fetches the last PR status for the repos specified in `test/repos.json`, determines the expected test results, and saves the responses to `test/mocks.json`. Added `fetch-mocks` script to fetch those...
Add a script that parses a list of repositories and PRs and adds them to the mock response dataset for tests.
A workflow can be included to test the JavaScript version.
Add runtime support for Perl in order to support Perl functions. Closes https://github.com/appwrite/appwrite/issues/4014.
Sends a HTTP request. All configurations should are received as a payload. Supported options are `method`, `url`, `body`, and `headers`. Status code, response body, and response headers are returned. No...