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

Update baseUrl - works also for Reports API #19

Merged
merged 1 commit into from
Apr 21, 2021
Merged

Update baseUrl - works also for Reports API #19

merged 1 commit into from
Apr 21, 2021

Conversation

dusanjankovic
Copy link

baseUrl update that works also with reports API:

return $this->sendGetMessage( $this->baseUrl .'/reports/api/v2/summary', $data );

return $this->sendGetMessage( $this->baseUrl .'/reports/api/v2/details', $data );

return $this->sendGetMessage( $this->baseUrl .'/reports/api/v2/project', $data );

Copy link
Contributor

@recycledbeans recycledbeans left a comment

Choose a reason for hiding this comment

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

This should fix #20

@elimentz elimentz merged commit 87f2668 into ixudra:master Apr 21, 2021
@elimentz
Copy link
Contributor

Merged and released in v 1.1.1. Thank you both for contributing, @recycledbeans and @dusanjankovic

@dusanjankovic dusanjankovic deleted the dusanjankovic-patch-1 branch April 23, 2021 12:41
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.

3 participants