We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pls, add option for format data fetched, such as getRawWeatherData()
getRawWeatherData()
The text was updated successfully, but these errors were encountered:
I'm sorry for the late response @KarelWintersky. It is unclear to me what you are asking for. Could you elaborate on your request?
Sorry, something went wrong.
public function getRawWeatherData($query, $units = 'imperial', $lang = 'en', $appid = '', $mode = 'xml')
where $mode - The format of the data fetched. Possible values are 'json', 'html' and 'xml' (default).
$mode
So,
public function getRawWeatherGroupData($ids, $units = 'imperial', $lang = 'en', $appid = '')
have no option for data fetched, it hardcoded to JSON.
Can I make my own pull request for this?
Oh! I understand now. Feel free to create a PR for that 👍
No branches or pull requests
pls, add option for format data fetched, such as
getRawWeatherData()
The text was updated successfully, but these errors were encountered: