PHP SDK #1096
alexkart
started this conversation in
Show and tell
PHP SDK
#1096
Replies: 1 comment
-
As no one comments on this, I've decided to create a separate repository with the Looker PHP SDK that I've generated using the second method by the Swagger Codegen and added a few usage examples. |
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
-
I'm thinking of adding generated PHP SDK to this repository. If I understand correctly all of the SDKs for other languages in this repository are just generated code with this
sdk-codegen
without any additional functionality. Is it correct? Do you have any recommendations on how generated SDK code should be prepared to be added to this repository?Also, I've generated two versions of SDKs for Looker API 3.1 using different methods:
sdk-codegen
by executing the command:yarn legacy php
swagger-api/swagger-codegen
to generate SDK.Both versions seem to be working but have slightly different code. I use the second version in one of my projects because the first method wasn't working then. So, do you have an idea which SDK is better and should be added to this repository? Or maybe it should be a separate repository with the PHP SDK in order to be able to install it via composer?
Beta Was this translation helpful? Give feedback.
All reactions