Skip to content

Commit eee5ff3

Browse files
committed
Support passing full URL into call method
1 parent d297d16 commit eee5ff3

File tree

4 files changed

+337
-91
lines changed

4 files changed

+337
-91
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"autoload": {
3939
"psr-4": {
40-
"ApiClients\\Tools\\OpenApiClientGenerator\\": "src/"
40+
"ApiClients\\Tools\\OpenApiClientGenerator\\": "src/",
41+
"ApiClients\\Client\\Github\\": "generated/"
4142
},
4243
"files": [
4344
"external_files/cebe/JsonReference.php",

composer.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)