We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2e14b commit e8cf203Copy full SHA for e8cf203
README.md
@@ -162,8 +162,7 @@ lifecycleScope.launch {
162
163
**Notes**
164
- Prefer a single application-wide `HttpClient` (don't recreate per request).
165
-- Close the client (`httpClient.close()`) when your app terminates.
166
-- Use `Json { ignoreUnknownKeys = true }` — NEAR nodes may return extra fields.
+- Close the client (`httpClient.close()`) when your app terminates.
167
168
---
169
0 commit comments