-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
32 lines (23 loc) · 864 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
***********************************
| Simple Ads JSON |
***********************************
Drupal 7 module.
Return Information on Ads in JSON format.
Requirements:
SimpleAds 7.x
Instruction:
Install the module as usual.
Configure permission on who can set the SimpleAds JSON key.
Type new key in SimpleAds JSON Configuration page.
You can find it on Webservice section of page.
Request url format:
example.com/simpleads/json?start=Y-m-d&key=Your-Key-Here
example.com/simpleads/json?start=Y-m-d&end=Y-m-d&key=Your-Key-Here
For Example:
To request information related to ads with starting date on 2016-1-1
example.com/simpleads/json?start=2016-1-1&key=ABCDEFGH!@#$%SDFSD
and with ending date on 2016-3-1
example.com/simpleas/json?start=2016-1-1&end=2016-3-1&key=ABCDEFGH!@#$%SDFSD
Contributed by.
Sarath Kumar M