Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Exchanges API to use Symbol List and Delisted Symbols List #18

Merged
merged 5 commits into from
Sep 2, 2024

Conversation

minasm
Copy link
Contributor

@minasm minasm commented Aug 30, 2024

Introduced list and delisted methods to fetch supported exchange symbols and delisted tickers, respectively.

Upgraded phpunit to version 10.0 and added vlucas/phpdotenv to require-dev.

minasm added 5 commits August 30, 2024 18:01
Upgraded phpunit to version 10.0 and added vlucas/phpdotenv and ext-json to require-dev. These changes ensure compatibility with the latest testing framework and improve development setup.
Introduced `list` and `delisted` methods to fetch supported exchange symbols and delisted tickers, respectively. Ensures correct URL segments and parameters are set for these operations. This enhancement offers improved management of exchange data.
Replaced getenv with Dotenv for loading the API token in StockTest. This ensures better management of environment variables by explicitly loading them from a .env file.
Integrated dotenv for environment variables and replaced getenv with `$_ENV`. Updated existing tests to check for an additional key and added new tests for listing exchanges and delisted exchanges.
@radicalloop radicalloop merged commit 5060a42 into radicalloop:master Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants