The Online Documentation
https://www.mysportsfeeds.com/data-feeds/api-docs/ ==> Response Codes
says that if a 'force' option is not specified by the user, it will default to true:
"The default behaviour without force specified, is "true", which will return content regardless. It's then up to you to determine whether or not the content has actually changed."
Unless I'm missing something, looking at the code in the PHP, Python and Node wrappers, it appears to me that it defaults to false when not specified.
Also, in the PHP wrapper, the code that handles 'force' looks at the storeType value, but the other wrappers don't?
The Online Documentation
https://www.mysportsfeeds.com/data-feeds/api-docs/ ==> Response Codes
says that if a 'force' option is not specified by the user, it will default to true:
"The default behaviour without force specified, is "true", which will return content regardless. It's then up to you to determine whether or not the content has actually changed."Unless I'm missing something, looking at the code in the PHP, Python and Node wrappers, it appears to me that it defaults to false when not specified.
Also, in the PHP wrapper, the code that handles 'force' looks at the storeType value, but the other wrappers don't?