Skip to content

Instantly share code, notes, and snippets.

View Noor-mohamad's full-sized avatar

Noor Noor-mohamad

View GitHub Profile
@Noor-mohamad
Noor-mohamad / magento1-rest.php
Created June 14, 2017 15:18 — forked from rafaelstz/magento1-rest.php
Sample PHP to connect API REST at Magento 1
<?php
// Created by Rafael Corrêa Gomes
// Reference http://devdocs.magento.com/guides/m1x/api/rest/introduction.html#RESTAPIIntroduction-RESTResources
// Custom Resource
$apiResources = "products?limit=2";
// Custom Values
$isAdminUser = true;
$adminUrl = "admin";