Skip to content

Commit 809db52

Browse files
authored
Add link to @seamapi/url-search-params-parser
1 parent d63f265 commit 809db52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Defines the standard for how the Seam SDKs and other Seam API consumers
1111
should serialize objects to [URLSearchParams] in HTTP GET requests.
1212
Serves as a reference implementation for Seam SDKs in other languages.
1313

14-
See this test for the [serialization behavior](./test/serialization.test.ts).
14+
This serializer may be used as a true inverse operation to [@seamapi/url-search-params-parser][@url-search-params-parser].
1515

1616
[URLSearchParams]: https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams
17+
[@url-search-params-parser]: https://github.com/seamapi/url-search-params-parser
1718

1819
### Serialization strategy
1920

0 commit comments

Comments
 (0)