SlideShare a Scribd company logo
1 of 27
CTO, Techjoomla 
Webservices working group leader 
@coolbung | @techjoomla 
www.techjoomla.com 
JoomlaDay Bangkok, 2014
Techjoomla 
Joomla Extensions 
Invitex, Social Ads, Jgive, Jbolo 
Custom Projects & Consultation 
In house experts. World class service! 
Using Joomla in Innovative ways 
Lighting control management using Raspberry Pi, Warehouse Management System 
JoomlaDay Bangkok, 2014
Apptitude 
Mobile Apps (Apptitude) 
JoomlaDay 2013 ;) 
Junite – CMS inside an App 
Reportoise – Smartphone reporting 
Easysocial 
Jgive 
Easyblog 
Akeeba Tickets 
Custom apps and consultation 
Hybrid, native and a whole lot more 
JoomlaDay Bangkok, 2014
Joomla REST API 
JoomlaDay Bangkok, 2014
JoomlaDay Bangkok, 2014
What's an API ? 
JoomlaDay Bangkok, 2014
Come Again ? 
API 
JoomlaDay Bangkok, 2014 
MOBILE 
WEB
What's REST afterall ? 
JoomlaDay Bangkok, 2014 
● A style of writing APIs over HTTP 
● Uses HTTP verbs - 
GET = Read 
POST = Create 
PUT = Update 
DELETE = DELETE
URLs are resources 
● GET /users gets a list of all users 
GET /users/coolbung gets details of user coolbung 
JoomlaDay Bangkok, 2014 
● POST /users creates a new user 
● PUT /users/coolbung updates the user coolbung 
● DELETE /users/coolbung deletes the user
What's this got to do with Joomla ? 
JoomlaDay Bangkok, 2014 
http://www.flickr.com/photos/san_drino/1454922072/
My JAVA app My Joomla! website 
INSERT INTO jd14bkk_users (name, 
username, email, password, 
block) 
VALUES ('James Bond', 
'agent@007.com', 'agent@007.com 
', MD5(007), 0) 
INSERT INTO 
jos_user_usergroup_map 
VALUES(62, 8) 
JoomlaDay Bangkok, 2014
What do I do then ? 
/index.php?option=com_api&app=users&resource=user&format=raw 
[POST] 
name = Ashwin Date 
username = coolbung@gmail.com 
email = coolbung@gmail.com 
password= supersecret 
key = 4358a6fc7470713c79f31b163558a2639b3036ed 
JoomlaDay Bangkok, 2014
What do I do then ? 
/index.php?option=com_api&app=users&resource=user&format=raw 
/users 
[POST] 
name = Ashwin Date 
username = coolbung@gmail.com 
email = coolbung@gmail.com 
password= supersecret 
key = 4358a6fc7470713c79f31b163558a2639b3036ed 
JoomlaDay Bangkok, 2014
What do I do then ? 
/index.php?option=com_api&app=users&resource=user&format=raw 
/users 
/v1/users 
[POST] 
name = Ashwin Date 
username = coolbung@gmail.com 
email = coolbung@gmail.com 
password= supersecret 
key = 4358a6fc7470713c79f31b163558a2639b3036ed 
JoomlaDay Bangkok, 2014
JoomlaDay Bangkok, 2014 
Brilliant! 
So Joomla supports REST API ? 
http://www.flickr.com/photos/djwtwo/8331524425/
Yes! In fact several ways :) 
JoomlaDay Bangkok, 2014 
● Techjoomla com_api 
● redCORE 
● view.json.php / format=json 
● XML-RPC (very early, present in Joomla 1.5) 
● Techjoomla REST API (very early later replaced by com_api)
Who's using it ? 
JoomlaDay Bangkok, 2014
Mobile Apps! 
JoomlaDay Bangkok, 2014
Check-in JoomlaDay India attendees 
JoomlaDay Bangkok, 2014
Mashups 
JoomlaDay Bangkok, 2014 
● Pure HTML5 interface 
● Uses API for all backend tasks 
● Uses local storage for temporary store 
● Heavy work done by APIs
Enterprise ? 
● Desktop app for a fortune 500 company to manage over 100,000 products 
● Being used by our LMS Shika to allow candidates to start lessons on desktop and – continue on their phone & tablet 
● Managing smart lighting (watch out for a detailed talk tomorrow!) 
JoomlaDay Bangkok, 2014
Authentication 
JoomlaDay Bangkok, 2014 
https://www.flickr.com/photos/alt1040/566963578/ 
Token Login
Current Drawbacks 
● Uses Joomla routing so not easy to have 
custom SEF URLs for resources 
● Components in MVC format should not 
need a plugin 
JoomlaDay Bangkok, 2014
Proposed New Architecture 
JoomlaDay Bangkok, 2014
Proposed New Architecture 
● RESTful infrastructure embedded in 
Joomla! framework 
● Support for Oauth 2 
JoomlaDay Bangkok, 2014
Please join in! 
● Webservices working group 
http://docs.joomla.org/Web_Services_Working_Group 
● Code on github 
https://github.com/techjoomla/com_api-plugins 
https://github.com/techjoomla/com_api 
● Joomla! General Development Google Group 
https://groups.google.com/forum/?fromgroups=#!forum/JoomlaDay Bangkok, 2014
Thank You 
Ashwin Date 
Twitter : @coolbung / @techjoomla 
Email : ashwin@techjoomla.com 
http://www.slideshare.net/coolbung 
JoomlaDay Bangkok, 2014

More Related Content

What's hot

What's This React Native Thing I Keep Hearing About?
What's This React Native Thing I Keep Hearing About?What's This React Native Thing I Keep Hearing About?
What's This React Native Thing I Keep Hearing About?Evan Stone
 
When to (use / not use) React Native.
When to (use / not use) React Native.When to (use / not use) React Native.
When to (use / not use) React Native.Bobby Schultz
 
Ecommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project CodingEcommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project CodingHemant Sarthak
 
Phonegap & JqueryMobile
Phonegap & JqueryMobilePhonegap & JqueryMobile
Phonegap & JqueryMobilefinjonkiang
 
What’s new in LightSwitch 2013?
What’s new in LightSwitch 2013?What’s new in LightSwitch 2013?
What’s new in LightSwitch 2013?Robert MacLean
 
Angle Forward with TypeScript
Angle Forward with TypeScriptAngle Forward with TypeScript
Angle Forward with TypeScriptJeremy Likness
 
Single Page Application presentation
Single Page Application presentationSingle Page Application presentation
Single Page Application presentationJohn Staveley
 
Progressive Web Apps / GDG DevFest - Season 2016
Progressive Web Apps / GDG DevFest - Season 2016Progressive Web Apps / GDG DevFest - Season 2016
Progressive Web Apps / GDG DevFest - Season 2016Abdelrahman Omran
 
Wso2 product release webinar introducing jaggery
Wso2 product release webinar   introducing jaggeryWso2 product release webinar   introducing jaggery
Wso2 product release webinar introducing jaggeryWSO2
 
Muhammad azamuddin introduction-to-reactjs
Muhammad azamuddin   introduction-to-reactjsMuhammad azamuddin   introduction-to-reactjs
Muhammad azamuddin introduction-to-reactjsPHP Indonesia
 
Creating books app with react native
Creating books app with react nativeCreating books app with react native
Creating books app with react nativeAli Sa'o
 
How to build a Mobile API or HTML 5 app in 5 minutes
How to build a Mobile API or HTML 5 app in 5 minutesHow to build a Mobile API or HTML 5 app in 5 minutes
How to build a Mobile API or HTML 5 app in 5 minutesRobert MacLean
 

What's hot (20)

What's This React Native Thing I Keep Hearing About?
What's This React Native Thing I Keep Hearing About?What's This React Native Thing I Keep Hearing About?
What's This React Native Thing I Keep Hearing About?
 
When to (use / not use) React Native.
When to (use / not use) React Native.When to (use / not use) React Native.
When to (use / not use) React Native.
 
Universal apps lightning talk
Universal apps lightning talk Universal apps lightning talk
Universal apps lightning talk
 
Ecommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project CodingEcommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project Coding
 
Phonegap & JqueryMobile
Phonegap & JqueryMobilePhonegap & JqueryMobile
Phonegap & JqueryMobile
 
Top java script frameworks ppt
Top java script frameworks pptTop java script frameworks ppt
Top java script frameworks ppt
 
What’s new in LightSwitch 2013?
What’s new in LightSwitch 2013?What’s new in LightSwitch 2013?
What’s new in LightSwitch 2013?
 
Angle Forward with TypeScript
Angle Forward with TypeScriptAngle Forward with TypeScript
Angle Forward with TypeScript
 
React native - What, Why, How?
React native - What, Why, How?React native - What, Why, How?
React native - What, Why, How?
 
JavaScript Toolkit
JavaScript ToolkitJavaScript Toolkit
JavaScript Toolkit
 
Single Page Application presentation
Single Page Application presentationSingle Page Application presentation
Single Page Application presentation
 
Maintainable design
Maintainable designMaintainable design
Maintainable design
 
Progressive Web Apps / GDG DevFest - Season 2016
Progressive Web Apps / GDG DevFest - Season 2016Progressive Web Apps / GDG DevFest - Season 2016
Progressive Web Apps / GDG DevFest - Season 2016
 
Wso2 product release webinar introducing jaggery
Wso2 product release webinar   introducing jaggeryWso2 product release webinar   introducing jaggery
Wso2 product release webinar introducing jaggery
 
Progressive Web Apps are here!
Progressive Web Apps are here!Progressive Web Apps are here!
Progressive Web Apps are here!
 
Progressive Web-App (PWA)
Progressive Web-App (PWA)Progressive Web-App (PWA)
Progressive Web-App (PWA)
 
Muhammad azamuddin introduction-to-reactjs
Muhammad azamuddin   introduction-to-reactjsMuhammad azamuddin   introduction-to-reactjs
Muhammad azamuddin introduction-to-reactjs
 
Creating books app with react native
Creating books app with react nativeCreating books app with react native
Creating books app with react native
 
Web Development
Web DevelopmentWeb Development
Web Development
 
How to build a Mobile API or HTML 5 app in 5 minutes
How to build a Mobile API or HTML 5 app in 5 minutesHow to build a Mobile API or HTML 5 app in 5 minutes
How to build a Mobile API or HTML 5 app in 5 minutes
 

Similar to Joomla REST API - JoomlaDay Bangkok 2014

API-Driven Development in Moodle
API-Driven Development in MoodleAPI-Driven Development in Moodle
API-Driven Development in MoodleWisdmLabs Team
 
CV 5 years exp. in UI Front End Developer
CV  5 years exp. in UI Front End DeveloperCV  5 years exp. in UI Front End Developer
CV 5 years exp. in UI Front End DeveloperPUSHPRAJ MISHRA
 
Pranali Parit Udated
Pranali Parit UdatedPranali Parit Udated
Pranali Parit Udatedpranali parit
 
Pranali parit udated
Pranali parit udatedPranali parit udated
Pranali parit udatedpranali parit
 
Designing and Implementing a Multiuser Apps Platform
Designing and Implementing a Multiuser Apps PlatformDesigning and Implementing a Multiuser Apps Platform
Designing and Implementing a Multiuser Apps PlatformApigee | Google Cloud
 
Rachna_Vadala_Resume_updated
Rachna_Vadala_Resume_updatedRachna_Vadala_Resume_updated
Rachna_Vadala_Resume_updatedRachna Vadala
 
Java Script from Browser to Server
Java Script from Browser to ServerJava Script from Browser to Server
Java Script from Browser to ServerWSO2
 
Software developer having 4.5 years of work experience in Ecommerce & E-Gover...
Software developer having 4.5 years of work experience in Ecommerce & E-Gover...Software developer having 4.5 years of work experience in Ecommerce & E-Gover...
Software developer having 4.5 years of work experience in Ecommerce & E-Gover...Prasanta Sahoo
 
Niti_Agrawal_Resume
Niti_Agrawal_ResumeNiti_Agrawal_Resume
Niti_Agrawal_ResumeNiti Agrawal
 
INTERNSHIP PPT - INFOLABZ.pptx
INTERNSHIP PPT - INFOLABZ.pptxINTERNSHIP PPT - INFOLABZ.pptx
INTERNSHIP PPT - INFOLABZ.pptxDevChaudhari15
 

Similar to Joomla REST API - JoomlaDay Bangkok 2014 (20)

Joomla REST API
Joomla REST APIJoomla REST API
Joomla REST API
 
Aswani Kumar Kandala
Aswani  Kumar KandalaAswani  Kumar Kandala
Aswani Kumar Kandala
 
Aswani kumar kandala
Aswani  kumar kandalaAswani  kumar kandala
Aswani kumar kandala
 
API-Driven Development in Moodle
API-Driven Development in MoodleAPI-Driven Development in Moodle
API-Driven Development in Moodle
 
Raman monga
Raman mongaRaman monga
Raman monga
 
DEEPAK RAWAT
DEEPAK RAWATDEEPAK RAWAT
DEEPAK RAWAT
 
CV 5 years exp. in UI Front End Developer
CV  5 years exp. in UI Front End DeveloperCV  5 years exp. in UI Front End Developer
CV 5 years exp. in UI Front End Developer
 
PRASHANT RATHOR
PRASHANT RATHORPRASHANT RATHOR
PRASHANT RATHOR
 
Shailendr Singh
Shailendr SinghShailendr Singh
Shailendr Singh
 
Pranali Parit Udated
Pranali Parit UdatedPranali Parit Udated
Pranali Parit Udated
 
Pranali parit udated
Pranali parit udatedPranali parit udated
Pranali parit udated
 
MohitKumarGupta_Resume
MohitKumarGupta_ResumeMohitKumarGupta_Resume
MohitKumarGupta_Resume
 
cv_iman
cv_imancv_iman
cv_iman
 
Designing and Implementing a Multiuser Apps Platform
Designing and Implementing a Multiuser Apps PlatformDesigning and Implementing a Multiuser Apps Platform
Designing and Implementing a Multiuser Apps Platform
 
Rachna_Vadala_Resume_updated
Rachna_Vadala_Resume_updatedRachna_Vadala_Resume_updated
Rachna_Vadala_Resume_updated
 
Noopur cv
Noopur cvNoopur cv
Noopur cv
 
Java Script from Browser to Server
Java Script from Browser to ServerJava Script from Browser to Server
Java Script from Browser to Server
 
Software developer having 4.5 years of work experience in Ecommerce & E-Gover...
Software developer having 4.5 years of work experience in Ecommerce & E-Gover...Software developer having 4.5 years of work experience in Ecommerce & E-Gover...
Software developer having 4.5 years of work experience in Ecommerce & E-Gover...
 
Niti_Agrawal_Resume
Niti_Agrawal_ResumeNiti_Agrawal_Resume
Niti_Agrawal_Resume
 
INTERNSHIP PPT - INFOLABZ.pptx
INTERNSHIP PPT - INFOLABZ.pptxINTERNSHIP PPT - INFOLABZ.pptx
INTERNSHIP PPT - INFOLABZ.pptx
 

More from Ashwin Date

Building modern frontends for joomla
Building modern frontends for joomlaBuilding modern frontends for joomla
Building modern frontends for joomlaAshwin Date
 
King of Fruits - Theme based Gamification
King of Fruits - Theme based GamificationKing of Fruits - Theme based Gamification
King of Fruits - Theme based GamificationAshwin Date
 
Angular frontends with joomla backend
Angular frontends with joomla backendAngular frontends with joomla backend
Angular frontends with joomla backendAshwin Date
 
Revolutionizing kids education using joomla
Revolutionizing kids education using joomlaRevolutionizing kids education using joomla
Revolutionizing kids education using joomlaAshwin Date
 
Joomla! Itemid amd routing explained
Joomla! Itemid amd routing explainedJoomla! Itemid amd routing explained
Joomla! Itemid amd routing explainedAshwin Date
 
Caching and Performance Improvememts in Joomla
Caching and Performance Improvememts in JoomlaCaching and Performance Improvememts in Joomla
Caching and Performance Improvememts in JoomlaAshwin Date
 
10 things you are doing wrong in Joomla
10 things you are doing wrong in Joomla10 things you are doing wrong in Joomla
10 things you are doing wrong in JoomlaAshwin Date
 
How Joomla powers one of the biggest grain warehouses in India
How Joomla powers one of the biggest grain warehouses in IndiaHow Joomla powers one of the biggest grain warehouses in India
How Joomla powers one of the biggest grain warehouses in IndiaAshwin Date
 
Deploying Joomla sites with GIT
Deploying Joomla sites with GITDeploying Joomla sites with GIT
Deploying Joomla sites with GITAshwin Date
 

More from Ashwin Date (10)

Building modern frontends for joomla
Building modern frontends for joomlaBuilding modern frontends for joomla
Building modern frontends for joomla
 
King of Fruits - Theme based Gamification
King of Fruits - Theme based GamificationKing of Fruits - Theme based Gamification
King of Fruits - Theme based Gamification
 
Angular frontends with joomla backend
Angular frontends with joomla backendAngular frontends with joomla backend
Angular frontends with joomla backend
 
Revolutionizing kids education using joomla
Revolutionizing kids education using joomlaRevolutionizing kids education using joomla
Revolutionizing kids education using joomla
 
Joomla! Itemid amd routing explained
Joomla! Itemid amd routing explainedJoomla! Itemid amd routing explained
Joomla! Itemid amd routing explained
 
Git basics
Git basicsGit basics
Git basics
 
Caching and Performance Improvememts in Joomla
Caching and Performance Improvememts in JoomlaCaching and Performance Improvememts in Joomla
Caching and Performance Improvememts in Joomla
 
10 things you are doing wrong in Joomla
10 things you are doing wrong in Joomla10 things you are doing wrong in Joomla
10 things you are doing wrong in Joomla
 
How Joomla powers one of the biggest grain warehouses in India
How Joomla powers one of the biggest grain warehouses in IndiaHow Joomla powers one of the biggest grain warehouses in India
How Joomla powers one of the biggest grain warehouses in India
 
Deploying Joomla sites with GIT
Deploying Joomla sites with GITDeploying Joomla sites with GIT
Deploying Joomla sites with GIT
 

Recently uploaded

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

Joomla REST API - JoomlaDay Bangkok 2014

  • 1. CTO, Techjoomla Webservices working group leader @coolbung | @techjoomla www.techjoomla.com JoomlaDay Bangkok, 2014
  • 2. Techjoomla Joomla Extensions Invitex, Social Ads, Jgive, Jbolo Custom Projects & Consultation In house experts. World class service! Using Joomla in Innovative ways Lighting control management using Raspberry Pi, Warehouse Management System JoomlaDay Bangkok, 2014
  • 3. Apptitude Mobile Apps (Apptitude) JoomlaDay 2013 ;) Junite – CMS inside an App Reportoise – Smartphone reporting Easysocial Jgive Easyblog Akeeba Tickets Custom apps and consultation Hybrid, native and a whole lot more JoomlaDay Bangkok, 2014
  • 4. Joomla REST API JoomlaDay Bangkok, 2014
  • 6. What's an API ? JoomlaDay Bangkok, 2014
  • 7. Come Again ? API JoomlaDay Bangkok, 2014 MOBILE WEB
  • 8. What's REST afterall ? JoomlaDay Bangkok, 2014 ● A style of writing APIs over HTTP ● Uses HTTP verbs - GET = Read POST = Create PUT = Update DELETE = DELETE
  • 9. URLs are resources ● GET /users gets a list of all users GET /users/coolbung gets details of user coolbung JoomlaDay Bangkok, 2014 ● POST /users creates a new user ● PUT /users/coolbung updates the user coolbung ● DELETE /users/coolbung deletes the user
  • 10. What's this got to do with Joomla ? JoomlaDay Bangkok, 2014 http://www.flickr.com/photos/san_drino/1454922072/
  • 11. My JAVA app My Joomla! website INSERT INTO jd14bkk_users (name, username, email, password, block) VALUES ('James Bond', 'agent@007.com', 'agent@007.com ', MD5(007), 0) INSERT INTO jos_user_usergroup_map VALUES(62, 8) JoomlaDay Bangkok, 2014
  • 12. What do I do then ? /index.php?option=com_api&app=users&resource=user&format=raw [POST] name = Ashwin Date username = coolbung@gmail.com email = coolbung@gmail.com password= supersecret key = 4358a6fc7470713c79f31b163558a2639b3036ed JoomlaDay Bangkok, 2014
  • 13. What do I do then ? /index.php?option=com_api&app=users&resource=user&format=raw /users [POST] name = Ashwin Date username = coolbung@gmail.com email = coolbung@gmail.com password= supersecret key = 4358a6fc7470713c79f31b163558a2639b3036ed JoomlaDay Bangkok, 2014
  • 14. What do I do then ? /index.php?option=com_api&app=users&resource=user&format=raw /users /v1/users [POST] name = Ashwin Date username = coolbung@gmail.com email = coolbung@gmail.com password= supersecret key = 4358a6fc7470713c79f31b163558a2639b3036ed JoomlaDay Bangkok, 2014
  • 15. JoomlaDay Bangkok, 2014 Brilliant! So Joomla supports REST API ? http://www.flickr.com/photos/djwtwo/8331524425/
  • 16. Yes! In fact several ways :) JoomlaDay Bangkok, 2014 ● Techjoomla com_api ● redCORE ● view.json.php / format=json ● XML-RPC (very early, present in Joomla 1.5) ● Techjoomla REST API (very early later replaced by com_api)
  • 17. Who's using it ? JoomlaDay Bangkok, 2014
  • 18. Mobile Apps! JoomlaDay Bangkok, 2014
  • 19. Check-in JoomlaDay India attendees JoomlaDay Bangkok, 2014
  • 20. Mashups JoomlaDay Bangkok, 2014 ● Pure HTML5 interface ● Uses API for all backend tasks ● Uses local storage for temporary store ● Heavy work done by APIs
  • 21. Enterprise ? ● Desktop app for a fortune 500 company to manage over 100,000 products ● Being used by our LMS Shika to allow candidates to start lessons on desktop and – continue on their phone & tablet ● Managing smart lighting (watch out for a detailed talk tomorrow!) JoomlaDay Bangkok, 2014
  • 22. Authentication JoomlaDay Bangkok, 2014 https://www.flickr.com/photos/alt1040/566963578/ Token Login
  • 23. Current Drawbacks ● Uses Joomla routing so not easy to have custom SEF URLs for resources ● Components in MVC format should not need a plugin JoomlaDay Bangkok, 2014
  • 24. Proposed New Architecture JoomlaDay Bangkok, 2014
  • 25. Proposed New Architecture ● RESTful infrastructure embedded in Joomla! framework ● Support for Oauth 2 JoomlaDay Bangkok, 2014
  • 26. Please join in! ● Webservices working group http://docs.joomla.org/Web_Services_Working_Group ● Code on github https://github.com/techjoomla/com_api-plugins https://github.com/techjoomla/com_api ● Joomla! General Development Google Group https://groups.google.com/forum/?fromgroups=#!forum/JoomlaDay Bangkok, 2014
  • 27. Thank You Ashwin Date Twitter : @coolbung / @techjoomla Email : ashwin@techjoomla.com http://www.slideshare.net/coolbung JoomlaDay Bangkok, 2014