-
Param $key should be named $options to be able to invoque it with an array of options
```
public function __construct(**$options**, $debug=0)
{
if (is_string($key)) {
…
-
https://trello.com/c/DjZUcRBm/199-apiclient-update-patch-to-put
-
To be fair I'm not sure if I have found a bug or if I'm misunderstanding how Mozart works, but I'm trying to use it to prefix the `google/apiclient` package and so far I'm not succeeding.
I have pr…
-
### What are you generating using Kiota, clients or plugins?
API Client/SDK
### In what context or format are you using Kiota?
Nuget tool
### Client library/SDK language
Python
### Describe the …
-
set_apiclient_by_pkcs12 参数pass 是什么意思?
-
-
# 🧱 Description
We need to implement the API endpoints for creating and viewing forum questions. These endpoints will allow registered users to post new questions and retrieve questions from the foru…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
for extending other exchanges
-
This library seems to be hitting this deprecation warning: https://php.watch/versions/8.2/dynamic-properties-deprecated
Steps to repro:
- Install the library on PHP 8.2
- Initialize the client
…