Skip to content

Commit 6db2421

Browse files
authored
docs: make encoding explicit
1 parent b1566cb commit 6db2421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ OData accepts certain query parameters. The ones supported by this API are:
106106
- Example: `$skip=10`
107107
-->
108108

109-
When building an integration with any API, it's important to URL encode all query string parameters.
109+
When building an integration with any API, it's important to URL encode all query string parameters. the following characters do not need to be encoded: `A–Z a–z 0–9 - _ . ! ~ * ' ( )`.
110110

111111
### Performance Tips
112112
- Using `$select` to request only the parameters you need will decrease the amount of data needed to be transfer.

0 commit comments

Comments
 (0)