This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version and encapsulate class fields in IEXCloudClient
The pom.xml version was updated from 1.13.0-SNAPSHOT to 2.0.0-SNAPSHOT. This signifies substantial changes or upgrades in the application. In the IEXCloudClient.java, class field variables (reference, companyData, historicalData) were changed from public to private to adhere to good Object-Oriented Programming practices. Public accessors (fetchReferenceData, fetchCompanyData, fetchHistoricalData) were also added for each field to safely retrieve their values.
- Loading branch information