Commit 7839bdc
committed
fix(python,scala): enhance deserialization and HTTP header handling
Python: handle non-string input for list types, add dict type deserialization in api_response.py
Scala: add withHeader(key, Option[Any]) overload that skips None values in HttpRequest.scala1 parent 452ac04 commit 7839bdc
2 files changed
Lines changed: 12 additions & 0 deletions
File tree
- clients
- algoliasearch-client-python/algoliasearch/http
- algoliasearch-client-scala/src/main/scala/algoliasearch/config
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
103 | 110 | | |
104 | 111 | | |
105 | 112 | | |
| |||
0 commit comments