Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paginação no grid #1

Open
cabelotaina opened this issue Feb 8, 2021 · 0 comments
Open

paginação no grid #1

cabelotaina opened this issue Feb 8, 2021 · 0 comments

Comments

@cabelotaina
Copy link
Member

cabelotaina commented Feb 8, 2021

Temos estas chamadas curl apenas para ver como é feita a páginação hoje, a ideia por hora é quando o usuário rolar os vides serem carregados de dois em 2, no modo atual estamos carregando de 20 em 20

curl 'https://luizamahin.mocambos.net/api/mocambos/luizamahin/bbx/search/' \
  -H 'Accept: application/json, text/javascript, */*; q=0.01' \
  -H 'Referer: https://luizamahin.mocambos.net/' \
  -H 'DNT: 1' \
  -H 'X-Requested-With: XMLHttpRequest' \
  -H 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' \
  --compressed


curl 'https://luizamahin.mocambos.net/api/mocambos/luizamahin/bbx/search/limit/20/20' \
  -H 'Connection: keep-alive' \
  -H 'sec-ch-ua: "Chromium";v="88", "Google Chrome";v="88", ";Not A Brand";v="99"' \
  -H 'Accept: application/json, text/javascript, */*; q=0.01' \
  -H 'DNT: 1' \
  -H 'X-Requested-With: XMLHttpRequest' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Referer: https://luizamahin.mocambos.net/' \
  -H 'Accept-Language: en,en-US;q=0.9,pt-BR;q=0.8,pt;q=0.7,es;q=0.6' \
  --compressed

  curl 'https://luizamahin.mocambos.net/api/mocambos/luizamahin/bbx/search/limit/40/20' \
  -H 'Connection: keep-alive' \
  -H 'sec-ch-ua: "Chromium";v="88", "Google Chrome";v="88", ";Not A Brand";v="99"' \
  -H 'Accept: application/json, text/javascript, */*; q=0.01' \
  -H 'DNT: 1' \
  -H 'X-Requested-With: XMLHttpRequest' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Referer: https://luizamahin.mocambos.net/' \
  -H 'Accept-Language: en,en-US;q=0.9,pt-BR;q=0.8,pt;q=0.7,es;q=0.6' \
  --compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant