You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each request needs to be authenticated with an API key, which you can obtain by **[creating a Swiftcomplete account](https://www.swiftcomplete.com/account/register/)**.
24
24
25
+
## Request flow
26
+
27
+
Each session should call *autocomplete()* for each keystroke to obtain a list of suggestions, and **must finish** by calling *populateResult(index, suggestions)* to select an address.
28
+
29
+
The only occasion a session should end without calling *populateResult()* is if you can't find your address.
30
+
31
+
If you build your integration incorrectly without calling *populateResult()*, your account will be billed per keystroke which is far less cost effective.
0 commit comments