SDK
The term SDK stands for software development kit. It is a collection of tools that allow developers to build software for specific platforms. An SDK can consist of (but is not limited to) a compiler, debugger, libraries, documentation, and code samples.
Here are 759 public repositories matching this topic...
-
Updated
Dec 29, 2021 - PHP
-
Updated
Nov 19, 2021 - PHP
-
Updated
Dec 15, 2021 - PHP
Document issue
-
Updated
Dec 25, 2021 - PHP
In tests, when an ApiException exception is tested, often the message of the exception is also checked.
$this->expectException(ApiException::class);
$this->expectExceptionMessage('internal error');This is something we don't want to do. We only want to check the code of the error in the tests, not the message itself that can often break on the MeiliSearch side.
FYI, Me
-
Updated
Dec 20, 2021 - PHP
-
Updated
Dec 30, 2021 - PHP
-
Updated
Dec 5, 2017 - PHP
Testing support
Discussed in westacks/telebot#27
Originally posted by roelofr September 21, 2021
Hey there,
I just discovered this package via my GitHub homepage (I didn't know it did that).
It looks great, but I'm seeing no docs on testing from an end-user perspective (which is something a lot of Telegram
-
Updated
Jun 29, 2021 - PHP
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
Not really, it's more a better UX when writting your OpenAPI file
Describe the solution you'd like
Like for Object properties, we should be able to give parameters names as key (to avoid duplication)
Additional context
Here is an example before / after this feature: