jld3103
d8e6ccecff
chore(dynamite_end_to_end_test,nextcloud): Remove unnecessary casts
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
fae7e7b1b1
fix(dynamite,dynamite_runtime,nextcloud): don't deserialize integers into double
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
2 years ago
Nikolas Rimikis
001bf14067
refactor(dynamite,nextcloud): change path parameter construction.
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
2 years ago
Nikolas Rimikis
f4a29619d5
refactor(dynamite,nextcloud): add default parameter documentation
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
2 years ago
jld3103
f369b732aa
refactor(dynamite,dynamite_runtime): Separate injecting base values when executing requests
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2 years ago
Nikolas Rimikis
0c99594be5
fix(dynamite,nextcloud): fix nested ofs
...
Also generate interfaces for ofs so they can be used in other allOfs
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
2 years ago
jld3103
e951bd41f6
refactor(nextcloud): Remove class prefixes and reorganize exports
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2 years ago
Nikolas Rimikis
279bcc2d13
docs(dynamite): document operations with parameters
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
2 years ago
Nikolas Rimikis
dd185cdd06
feat(dynamite,dynamite_runtime): generate DynamiteRawResponses for all endpoints
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
2 years ago
Nikolas Rimikis
a4c0b26325
style(dynamite,dynamite_runtime,nextcloud): unify responses and exceptions
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
2 years ago
Nikolas Rimikis
701be33fa6
style(dynamite,dynamite_runtime,nextcloud): externalize auth check
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
2 years ago
renovate[bot]
fba6a65619
fix(deps): update dependency code_builder to ^4.7.0
2 years ago
Nikolas Rimikis
01e6b0abc9
feat(nextcloud): rebuild
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
2 years ago
Nikolas Rimikis
77bb7dbd48
refactor(app,dynamite,dynamite_runtime,neon,nextcloud): use Uri to represent the serverUrl
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
2 years ago
Nikolas Rimikis
ed6502697a
perf(nextcloud): use stream based body decoding
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
2 years ago
jld3103
4784a08807
fix(nextcloud): Fix updating note favorite
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2 years ago
Nikolas Rimikis
962102407d
refactor(dynamite,neon,nextcloud): use dart 3.1 utf8.encode as Uint8List
...
While the entire utf8 converter has been switched to Uint8List the type annotation still remains List<int> for this release.
Adding the downcast as this behavior is what we need.
A future dart release should also change the type annotations triggering a linter rule.
see: https://github.com/dart-lang/sdk/issues/52801
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
2 years ago
jld3103
fd4f9bd707
fix(nextcloud): Ignore more coverage
2 years ago
jld3103
32eab1d979
refactor(nextcloud): Adjust to generated specs
2 years ago
Nikolas Rimikis
f4d07c3c1e
chore(nextcloud): regenerate
2 years ago
jld3103
6cf94cb6a6
tool,specs,nextcloud: Split generated code per spec
2 years ago