View Single Post
Old 08-15-2023, 10:17 PM  
PretjeNL
Confirmed User
 
Industry Role:
Join Date: Dec 2013
Posts: 217
Quote:
Originally Posted by sarettah View Post
I have no idea about roboscripts other than from what i have read, it uses a database

I do know what is available on the 2 apis and neither 1 can you call for a specific age or get counts by age

making the drop down is easy, just do a <select> from age 18 to 99

It is once the user selects that is the issue. If you have the data in a database then you just do a simple query for that age and then present the cams that match

Version 2 does not lend itself well to databasing because of the limit on the number of cams you can pull at a time. If you try to pull more than 500 at a time you will get an error

{"errors":{"limit":[{"message":"Ensure this value is less than or equal to 500.","code":"max_value"}]}}

That's what I have on that
Thanks for the explanation Sarettah

I am still digging in it. I want to make it for another script that i have, will see what comes out.
PretjeNL is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote