Review the PHP example on the api/http page #12116
vikram-dagger
started this conversation in
maintainers
Replies: 1 comment
-
|
Bit old but still relevant, I'm in favour of removing it. Additional arguments to remove:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the issue?
There is a language-native PHP example on https://docs.dagger.io/api/http#language-native-http-clients, which demonstrates how to interact with Dagger using a PHP HTTP client.
This example was created before the PHP SDK existed.
The question is whether to retain or remove it.
Argument for retain: it provides an example of communicating with Dagger using a raw GraphQL client. This could be useful for users who don't want to use the PHP SDK, who don't want to use modules, or who are looking for an example that they can then duplicate in a different, unsupported language.
Argument for remove: it may create confusion for PHP developers when they see this option, as the PHP SDK is generally the recommended option.
Beta Was this translation helpful? Give feedback.
All reactions