-
-
Notifications
You must be signed in to change notification settings - Fork 970
API
Kiril Kirkov edited this page Feb 14, 2018
·
17 revisions
Hello. Api usage is very simple. There is list with available calls:
- http://yourshop.com/api/products/bg/get - returns all products with BG translation. bg between products and get is the abbreviation of language that we want
You can get another format from api response when set GET FORMAT - ?format=json/array/csv/html/jsonp/php/serialized/xml
You can add authentication when in application/config/rest.php set $config['rest_auth'] to basic/digest/session
Congratulations to https://github.com/chriskacerguis/codeigniter-restserver 👍