Top | ![]() |
![]() |
![]() |
![]() |
A bunch for function that are not meant for general use. They are merely for developers that want to have automated tests for their providers.
const char * glyr_testing_call_url (const char *provider_name
,GLYR_GET_TYPE type
,GlyrQuery *query
);
Call a provider's url-builder function and deliver it's result This is meant for testing purpose only.
GlyrMemCache * glyr_testing_call_parser (const char *provider_name
,GLYR_GET_TYPE type
,GlyrQuery *query
,GlyrMemCache *cache
);
Call a certain parser. Example: ("google",GLYR_GET_COVERART,&query,pagesource_cache); This is meant for testing purpose only.