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

Add icons parameter to location request #140

Merged
merged 5 commits into from
Mar 29, 2024

Conversation

amarkensteijn
Copy link
Collaborator

No description provided.

const provider = new PiWebserviceProvider("https://mock.dev/fewswebservices")
const results = await provider.resourcesIconsUrl('meteo_site_data.gif')
expect(results.toString()).toStrictEqual("https://mock.dev/fewswebservices/rest/fewspiservice/v1/resources/icons/meteo_site_data.gif");

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Split in separate it calls with relevant description.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in a1a1e89.

@wkramer wkramer merged commit 5a4af5a into main Mar 29, 2024
5 checks passed
@wkramer wkramer deleted the 139-add-icons-parameter-to-location-request branch March 29, 2024 10:41
@wkramer wkramer changed the title 139 add icons parameter to location request Add icons parameter to location request Mar 29, 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.

Add icons parameter to location request
2 participants