Skip to content

Commit

Permalink
Support passing full URL into call method
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Mar 5, 2023
1 parent d297d16 commit eee5ff3
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 91 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
},
"autoload": {
"psr-4": {
"ApiClients\\Tools\\OpenApiClientGenerator\\": "src/"
"ApiClients\\Tools\\OpenApiClientGenerator\\": "src/",
"ApiClients\\Client\\Github\\": "generated/"
},
"files": [
"external_files/cebe/JsonReference.php",
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eee5ff3

Please sign in to comment.