Commit 7a5a9d5
Crhistian
🐛 fix certs resource using the wrong endpoint url
This is happening because we're expecting all endpoints to have the format of {baseUrl}/{apiVersion}/{path} however endpoints with /oauth/ in the path break this convention and are in the format of simply {baseUrl}/{path}
The only affected endpoint is the one endpoint in the certs resource1 parent 53c6be1 commit 7a5a9d5
4 files changed
Lines changed: 11807 additions & 23 deletions
File tree
- codegen/templates/utils
- src/utils
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
0 commit comments