REST - Web Services is not default in Magento? - magento

I can see the Soap / XMLRPC are default web services support by magento.
But REST is not default web services in Magento?
Supported API Link
But Magento Admin have the REST API Role Options in admin panel.

REST Web services is only added above 1.7.0 Version in Magento.
Lower Magento versions are only support the SOAP and XMLRPC web services.
Source Link

Related

Do shopify App need hosting?

I'm developing a shopify app, wondering whether I need additional hosting for the app separately after install.
Can I do some sort of UI injection to shopify admin view and storefront?
Yes you'll need hosting. Most partners use heroku.com , digitalocean.com or amazon web service.
You can inject into the Shopify admin using the embedded app sdk.
https://help.shopify.com/api/sdks/shopify-apps/embedded-app-sdk

Can I use joomla to build a portal on a website where

I am new to web development
Can I use joomla to build a portal on a website where each client see information about their purchases

Dashboard For Mobile App

I am building a native app in android / ios and using laravel 5.3 for server side API's development. This app is related to E-commerce where user and seller will come buy an sell their product. To browse all the users, products and other statistics and action I want to develop an admin / dashboard panel. What is the best way to do this.
There are number of ways to do it. You can use tokenized api from laravel for authentication and you can use jwt sort of libraries. Which will allow you to authenticate and with tokenized api you can securely make http request with your laravel back end. You just have to specify api guard specifically for your admin panel. There is one default api guard as well. You can use that one or create new. Completly upto you.
You can check this: https://asgardcms.com/. It's a modular multilingual CMS built with Laravel 5, with an MIT license.

CCavenue payment gateway not working magento 1.9

I am currently using magento 1.9.3 version. For payment gateway I am using CCAvenue Payment gateway. It successfully installed and now it is visible in my admin panel and front end also but when I select CCAvenue option to complete payment process it is not going on CCAvenue site to process payment.
my site URL is http://bedsheetbazaar.com/
demo user name and password is kumarsonu1986#gmail.com
The first reason may be u have not downloaded the proper extension .Download the extension from Ccavenue site.
Secondly, check the scope of the website in which u have enabled the extension.
I faced a similar problem in one of my project. I contacted the technical of CCavenue and they have given me the updated files once I replaced the old files then it was working properly.

Ruby integration for Joomla using com_api

I am creating an application which uses REST API to access web-services of WordPress and Joomla.
I got success to do this with WordPress but I am unable to do this with Joomla-3.
I want to make a REST API call using Ruby Net::Http to access Joomla powered site. I want to access content of Joomla-3 enabled site using REST API. I found com_api but I don't know how to use it.
Please can anyone help me how to connect Ruby on Rails and Joomla 3 with each other.
I have developed a commercial Joomla package which combines an admin component with an extensible plugin architecture to expand service capabilities. You may refer to may other responses for more information:
REST API for Joomla 3.0
How to Install and use joomla rest api step by step
A key feature of this extension is that it is built upon the Slim PHP micro-framework in order to take advantage of a robust, standards-compliant service route architecture. This allows Joomla to take care of login authentication and group permissions, while Slim exposes routes for GET, POST, PUT, DELETE, etc. Another advantage is that Joomla allows for selective activation and permissioning for different web service plugins.
Installation, configuration and API docs can be found here:
http://learn.getcapi.org
For a general product overview, please visit http://getcapi.org.

Resources