We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63f265 commit 809db52Copy full SHA for 809db52
README.md
@@ -11,9 +11,10 @@ Defines the standard for how the Seam SDKs and other Seam API consumers
11
should serialize objects to [URLSearchParams] in HTTP GET requests.
12
Serves as a reference implementation for Seam SDKs in other languages.
13
14
-See this test for the [serialization behavior](./test/serialization.test.ts).
+This serializer may be used as a true inverse operation to [@seamapi/url-search-params-parser][@url-search-params-parser].
15
16
[URLSearchParams]: https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams
17
+[@url-search-params-parser]: https://github.com/seamapi/url-search-params-parser
18
19
### Serialization strategy
20
0 commit comments