Published by Mijingo

movie icon image

EE Insider Blog

Spend your time learning and developing sites with ExpressionEngine and we'll use this blog to keep you informed of all the news related to ExpressionEngine and CodeIgniter.

» Read more in the Archives.

» Have a tip? Send us your EE news.

Learn ExpressionEngine Today

Over a series of 8 videos, watch and learn as Ryan builds an entire ExpressionEngine website from beginning to end. Get started now.

Patrick Pohler Builds an EE Add-on API

Patrick Pohler penned an article on Medium on how to easily add an API to your ExpressionEngine add-on.

Adding an API can help you add-on be more useful and flexible because it can connect to other systems, and allow developer to extend it without hacking the add-on code.

So how are external apps going to communicate to our ExpressionEngine add-on? We’ll need to make sure we can expose API methods that respond correctly to GET and POST requests.

Patrick continues with API code samples for his “Mission Tracker” A-team sample add-on, including a detailed code walk-thru. Very helpful!

Read the entire how-to article

Posted on Jul 29, 2014 by Ryan Irelan

Filed Under: EE Add-ons

patrickpohler08:57 on 08.04.2014

Thanks mentioning my Ryan! I love EE Insider and I got a huge surprise this morning when I saw this post.

ryanirelan09:00 on 08.04.2014

No problem! As a coincidence, I came across your post about using Composer in EE add-on dev: https://medium.com/expressione…
Will link that up this week, too!