Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Create Dialogporten Serviceowner client library #1513
base: main
Are you sure you want to change the base?
feat: Create Dialogporten Serviceowner client library #1513
Changes from 30 commits
d33461f
afa5316
d4b96db
64db1f9
cbd3e76
3689808
7f17006
324cf3f
288175c
e538c94
7135268
2b9238b
a6e66b5
eb590e1
b499151
f8691de
ed42f73
2f613c0
71aefc8
1fb84e6
60571b6
2640a4b
1f3c8b3
76b5964
d3062a2
b09f6d4
fd8907e
41a2eb5
1bdca4d
1b7f5a7
c4f5daf
56a5ebe
af4f6a3
708b09e
4a15f4a
3849c42
0894c17
329e8eb
f46deb3
2a15b37
431cc85
4def26a
ff1d0f8
347d729
cdee031
d75e113
054c9ce
b85b008
457e9b7
81df398
020e538
bf88cdc
aac7bfa
21c9e87
4655774
40f54fe
0c663ee
5a3c578
a08e486
e71db25
b96fb3b
a82f91d
aba1aec
2d5dd74
075854b
b952394
9fd4304
8d6b5c0
2b203a1
e46f868
c5ae633
68d65bc
bcba03c
f159e5d
e1ae100
8588f26
a3113dc
1793fd7
0299d68
8a72bec
b034ddb
99ef7ec
d60ac48
5e5778c
f20e113
a3496be
65da398
8e7ac5b
480f159
40aec95
5b2fca1
9ca5505
f21d71d
810a809
e327f47
837b133
156d3da
741833a
4dfbf76
0025468
febc391
377cef1
a680681
024e3cb
44842d9
199607c
3c0d18d
3c9762e
acba3c3
1d5d9ac
948579b
fd86499
00ddab2
47bfc21
025dadb
a58f912
74170c6
c6d4a3f
3064ea0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fin og generisk workflow dette! Det gjør at vi kan gjør som når vi publiserer npm-pakker, å gjøre denne enda mer generisk ved å ta "path" som input-parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lagg også til en source parameter som har nugettest som default for å gjøre enda mer generisk.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kalle denne
WebApiClient.refitter
. e.l og så kan vi heller spesifisere den i refitter-commanden?refitter ./openapi.json --settings-file ./WebApiClient.refitter
elnsThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blir refitter bare kalt kun en gang? Eller gjør vi det hver gang API endrer seg? Isåfall burde vi kanskje ha det som en del av bygg-steget? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
akkurat nå blir den generert av en test lignene swaggerSnapshot testen. men holder på å prøver meg litt frem for å finne en løsning