CC#•Created by Leroico on 1/4/2025 in #help ✅ Getting method parameters with reflection on library code
its wrapping a weather api, so the idea is that there are methods like GetPastWeather() or GetCurrentWeather() and the user passes (for example) the coordinates of the location, so i'm not sure how i would implement that