https://github.com/flux-eco/open-api-client
Assists in querying openapis
https://github.com/flux-eco/open-api-client
flux-eco fluxlabs open-api-client
Last synced: 2 months ago
JSON representation
Assists in querying openapis
- Host: GitHub
- URL: https://github.com/flux-eco/open-api-client
- Owner: flux-eco
- License: gpl-3.0
- Created: 2022-03-27T22:26:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T16:11:24.000Z (about 4 years ago)
- Last Synced: 2025-12-14T08:52:04.677Z (6 months ago)
- Topics: flux-eco, fluxlabs, open-api-client
- Language: PHP
- Homepage: https://fluxlabs.ch
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flux-eco/open-api-client
This component is supposed to assist in querying openapis.
## Functional Usage
```
fluxDotEnv\loadDotEnv(__DIR__);
$result = fluxOpenApiClient\query('/api/ilias/accounts', [], 'EXAMPLE_');
print_r($result); exit;
```
outputs:
```
Array
(
[firstname] => Emmett
[lastname] => Brown
[lastChanged] => 2021-01-15T05:30:10+01:00
)
```
## Contributing :purple_heart:
Please ...
1. ... register an account at https://git.fluxlabs.ch
2. ... create pull requests :fire:
## Adjustment suggestions / bug reporting :feet:
Please ...
1. ... register an account at https://git.fluxlabs.ch
2. ... ask us for a Service Level Agreement: support@fluxlabs.ch :kissing_heart:
3. ... read and create issues