The Article and the Source API calls can accept multiple input values in the same API call. You provide each value as a separate name value pair.
For e.g., if you are trying to call artice_getQuotes with 5 article IDs A, B, C, D and E - you provide article_id=A&article_id=B&article_id=C&article_id=D&article_id=E in the request.
The core input to calculate the signature is formulated by alphabetically sorting and then concatenating all the input values. In the case above, signature would be:
signature = md5(accesskey + sharedsecret + 'ABCDE')
Most Recent Comments
6 weeks 4 days ago
8 weeks 3 hours ago
23 weeks 4 hours ago
26 weeks 5 days ago
26 weeks 6 days ago
27 weeks 7 hours ago
27 weeks 5 days ago
27 weeks 5 days ago
28 weeks 4 days ago
30 weeks 5 days ago