Commit 02d6c81
authored
feature #994 Add create a repository using a template endpoint (martinbean)
This PR was squashed before being merged into the 3.3.x-dev branch.
Discussion
----------
Adds methods to [create a repository using a template][1], and also contributes a few test cases for the various options.
Resolves #976
[1]: https://docs.github.com/en/rest/reference/repos#create-a-repository-using-a-template
Commits
-------
58b294f Add create a repository using a template endpoint
9fabcf7 Make parameters array instead
c70f39f Document create repository from template
79ebd98 Type-hint parameters1 parent 4b368a1 commit 02d6c81
File tree
3 files changed
+49
-0
lines changed- doc
- lib/Github/Api
- test/Github/Tests/Api
3 files changed
+49
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
796 | 808 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
629 | 655 | | |
630 | 656 | | |
631 | 657 | | |
| |||
0 commit comments