daeside/rest

用于REST和SOAP连接的库。

dev-main 2023-03-29 14:55 UTC

This package is auto-updated.

Last update: 2024-09-29 18:25:28 UTC


README

用于REST和SOAP连接的库。

示例

 $settings = [
    'Uri' => 'https://pokeapi.co/api/v2/pokemon/ditto',
    'Format' => 'JSON',
    'Errors' => true
];

echo HTTP::GET($settings);