question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

market list location query parameters

See original GitHub issue

url location query parameters will drive market list page. That way users can copy and send url to friends and share on social media. No redux stores will be needed for market list

values for these query parameters will be html encoded

query parameters are:

cat : category array to indicate hierarchy, “primary”, "secondary, “tertiary”. fee: fee filter, only one is allowed “0-5”, “0-10”, … liq: liquidity spread filter, “10”, “15”, “20”, … state: reporting state, “open”, “reporting”, “resolved” aff: affiliate address term: search term to be applied to search sortby: sort, need values that are passed to getMarkets getter (TBD) limit: number of markets per page (default is 10) offset: page number, if 0 first page, if 1 and limit is 10 then 11 - 20 will be returned view: 0, 1, 2. 0 is condensed, 2 is classic, 3 is expanded (not passed to getMarkets getter) etherNode this is ignored by market list page, it’s used to create SDK object.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
justinbarrycommented, Jul 23, 2019

cat will be the same array form that is stored in extra info.

0reactions
joeykrugcommented, Jan 9, 2020

seems to be done

Read more comments on GitHub >

github_iconTop Results From Across the Web

URL query string parameters in list and workflow criteria
Learn how HubSpot handles UTM parameters in query strings in lists and workflows.
Read more >
Text Search | Places API - Google Developers
Returns up to 20 results from a previously run search. Setting a pagetoken parameter will execute a search with the same parameters used...
Read more >
Method: projects.locations.list | Google Cloud
A list of locations that matches the specified filter in the request. nextPageToken. string. The standard List next-page token.
Read more >
Collect campaign data with custom URLs - Analytics Help
If you want to set up your custom campaigns manually, make sure you separate the parameters from the URL with a question mark....
Read more >
Query parameters used by Autosuggest API - Bing Services
cc, A 2-character country code of the country where the results come from. For a list of possible values, see Market codes. If...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found