Piotr Czajkowski 3 лет назад
Родитель
Сommit
8b7e505b33
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -33,7 +33,7 @@
 		t.Error(err)
 		t.Error(err)
 	}
 	}
 
 
-**List all active pushes (modifiedAfter can be nil, limit <= 0 gives default of 500)**
+**List all active pushes (modifiedAfter can be nil, limit <= 0 gives default of 500). Cursor is returned with every call (in Devices struct) and is used for pagination, so if you want to see next page of results in your next call provide cursor received from the last call.**
 
 
 	devices, err := b.ListPushes(true, nil, 0, "")
 	devices, err := b.ListPushes(true, nil, 0, "")
 	if err != nil {
 	if err != nil {