Releases: Miensoap/KISHelper
Releases Β· Miensoap/KISHelper
Release Version 0.2.4 π
π NEW FEATURE π
- Add method at Stock class : Get detail stock infomation!!
soxl.getDetails().englishName();- Integrate ExchangeCode and ProductTypeCode
- Mark
@Deprecatedoriginal classess
- Mark
π FIX π
- Fix typo in QueryParamKey
PRODUCT_TYPE_CODE: "RDT_TYPE_CD" -> "PRDT_TYPE_CD";
βοΈ ETC βοΈ
-
Rename method:
- KoreaInvestmentApi.getDailyPrice-> getOverseasPeriodPrice
-
Delete JsonEncoderutil class
Release Version 0.2.3 π
π NEW FEATURE π
- Add Stock class : more convenient price inquiry function
Stock soxl = new Stock("SOXL", AMEX);
System.out.println(soxl.getPriceOfDate(LocalDate.of(2024, 8, 2), true));- Define constants for QueryParam Value
βοΈ ETC βοΈ
- Rename classes :
- Price -> StockQuotationsResponse
- DailyStockPriceInfo -> PeriodStockPriceInfo
Realese Version 0.2,2
π NEW FEATURE π
- Use QueryMap for better query parameter management
- Define constants for:
- tr_id
- exchange code
- api path
- query param key
π FIX π
- Fix issue where access token is set to
Bearer nullwhen it is missing from the yml file - Resolve issue where personal API key is included in the distribution files:
- Revoke the exposed API key
- Modify the build script to exclude the file containing the API key
βοΈ ETC βοΈ
- Add JavaDoc comments to some classes
- Code formatting improvements
Release Version 0.2.1 π
π NEW FEATURE π
- Added method to convert RequestHeader to HeaderMap.
π FIX π
- Corrected token issuance message output error: fixed issue where ` was used instead of '.
βοΈ ETC βοΈ
- Integrated accessToken into apiAuth class.
- Refactored API path constants and TradingID constants.
Release Version 0.2.0 π
π NEW FEATURE π
- Check for access token expiration information in kish.yml.
- If the token is missing or expired, issue a new one and print an informative message.