Skip to content

Commit 0d7cf39

Browse files
committed
New from scratch
0 parents  commit 0d7cf39

File tree

2,368 files changed

+1239403
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,368 files changed

+1239403
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# [READONLY-SUBSPLIT] github-ae
2+
3+
4+
![Continuous Integration](https://github.com/php-api-clients/github-ae/workflows/Continuous%20Integration/badge.svg)
5+
[![Latest Stable Version](https://poser.pugx.org/api-clients/github-ae/v/stable.png)](https://packagist.org/packages/api-clients/github-ae)
6+
[![Total Downloads](https://poser.pugx.org/api-clients/github-ae/downloads.png)](https://packagist.org/packages/api-clients/github-ae)
7+
[![Code Coverage](https://scrutinizer-ci.com/g/php-api-clients/github-ae/badges/coverage.png?b==v0.1.x)](https://scrutinizer-ci.com/g/php-api-clients/github-ae/?branch=v0.1.x)
8+
[![License](https://poser.pugx.org/api-clients/github-ae/license.png)](https://packagist.org/packages/api-clients/github-ae)
9+
10+
Non-Blocking first GitHub AE client, this is a read only sub split, see [`github-root`](https://github.com/php-api-clients/github-root).

composer.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "api-clients/github-ae",
3+
"description": "Non-Blocking first GitHub AE client",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "Cees-Jan Kiewiet",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"require": {
12+
"php": "^8.2",
13+
"api-clients/contracts": "dev-main",
14+
"cebe/php-openapi": "dev-openapi-31 as 1.6.0",
15+
"eventsauce/object-hydrator": "^1.1",
16+
"react/async": "^4.0"
17+
},
18+
"autoload": {
19+
"psr-4": {
20+
"ApiClients\\Client\\GitHubAE\\": "src/"
21+
}
22+
},
23+
"autoload-dev": {
24+
"psr-4": {
25+
"ApiClients\\Tests\\Client\\GitHubAE\\": "tests/"
26+
}
27+
},
28+
"config": {
29+
"sort-packages": true,
30+
"platform": {
31+
"php": "8.2.13"
32+
},
33+
"allow-plugins": {
34+
"dealerdirect/phpcodesniffer-composer-installer": true,
35+
"composer/package-versions-deprecated": true,
36+
"ergebnis/composer-normalize": true,
37+
"icanhazstring/composer-unused": true,
38+
"wyrihaximus/composer-update-bin-autoload-path": true,
39+
"infection/extension-installer": true
40+
}
41+
},
42+
"require-dev": {
43+
"wyrihaximus/async-test-utilities": "^5.0"
44+
}
45+
}

etc/openapi-generator-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
spec: https://raw.githubusercontent.com/github/rest-api-description/main/descriptions-next/github.ae/github.ae.yaml
2+
namespace: ApiClients\Client\GitHubAE
3+
destination: ../src

src/Client.php

Lines changed: 13073 additions & 0 deletions
Large diffs are not rendered by default.

src/ClientInterface.php

Lines changed: 21 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)