Commit d1c57a7
committed
feat: update and expand endpoints in endpoints.py
- Changed 'USER' endpoint path to '/users/me'
- Added 'ALL_APP_STATUS' endpoint for retrieving statuses of all apps
- Added 'ALL_BACKUPS' endpoint for retrieving backups of an app
- Updated 'BACKUP' endpoint method to POST and path to '/apps/{app_id}/backups'
- Updated 'DELETE_APP' endpoint path to '/apps/{app_id}'
- Updated 'UPLOAD_APP' endpoint path to '/apps'
- Renamed 'LAST_DEPLOYS' endpoint path to '/apps/{app_id}/deployments'
- Added 'CURRENT_WEBHOOK' endpoint for retrieving current deployment webhook status
- Updated 'GITHUB_INTEGRATION' endpoint path to '/apps/{app_id}/deploy/webhook'
- Updated 'CUSTOM_DOMAIN' endpoint path to '/apps/{app_id}/network/custom'1 parent aca9472 commit d1c57a7
1 file changed
+13
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
16 | 18 | | |
17 | | - | |
18 | | - | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | | - | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
45 | | - | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
0 commit comments