You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bitspittle
changed the title
Add kotlinx serialization extension methods for HttpSerialization
Add kotlinx serialization extension methods for HttpFetcher
Aug 31, 2024
…and ApiFetcher
- Closesvarabyte#602
- Add HttpPage in playground for testing Serialization
- Sort the ordering of new module in settings.gradle
- Allow for serializing body payloads too
…and ApiFetcher
- Closes#602
- Add HttpPage in playground for testing Serialization
- Sort the ordering of new module in settings.gradle
- Allow for serializing body payloads too
…and ApiFetcher
- Closes#602
- Add HttpPage in playground for testing Serialization
- Sort the ordering of new module in settings.gradle
- Allow for serializing body payloads too
See also: #599
Essentially, add methods for all HTTP verbs (e.g.
window.http.get<MyType>(...)
) to this module: https://github.com/varabyte/kobweb/tree/main/common/kobwebx-serialization-kotlinx/ (or maybe make a sibling module if that ends up being an inappropriate place to put stuff)The text was updated successfully, but these errors were encountered: