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

Fix php version #18

Merged
merged 47 commits into from
May 16, 2022
Merged

Fix php version #18

merged 47 commits into from
May 16, 2022

Conversation

jorgeuos
Copy link
Contributor

Restore to working version of sdg-php-client and add php version to composer config, test with php 8.0.18.

letharion and others added 30 commits December 2, 2020 10:40
Make the initial SDGClient available in the Digitalist namespace
The version shoudl be v1 instead of 1.0.0 and the leading / in the path
caused guzzle to drop the v1 part, so remove that.
Some multiline strings in the YAML-file needed to be quoted or jane
failed to parse them.
StatisticsInformation.

The generated class just returns null regardless of what the API
returns, which isn't great. This commit adds an override that returns
the status and body.

While we're adding overrides, might as well add one that strips of the
leading slash from the URI, meaning we don't need to drop that manually
after re-generation. Thus I'm also adding it back to the generated code.
…t-call-status

Ensure we pass back helpful return values from calling StatisticsInformation.
If we're doing reporting for several sites, we might need different api
keys in the same environment, so it's better to leave it up to the
caller where to get the api key.
…istics-information

Add method exposing the request body of StatisticsInformation requests.
Small note before open sourcing
* Prep composer file for packagist
…-update

Update symfony/serializer 5.2.3 => 5.4.3
@jorgeuos jorgeuos merged commit 265857d into main May 16, 2022
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.

4 participants