Correct, the API is for applications that live outside Podio.
Depending on your point of view "build your own form" might be more
accurate, however the apps you build can be used for a lot more than
just entering data. For example apps can reference other apps and
contacts (users), apps support calculations and reporting features, and
they are socially enabled with comments, like, widgets etc.
You could build a Gantt chart in an external application using the API.
I'm also pretty sure a Gantt chart feature will make its way into Podio
one day, but since it's not on the immediate roadmap I can't say when
that would be.
Cheers,
Casper Fabricius
Developer at Podio
Olv
We have the four API client we advertise on the developer site. We don't have any immediate plans to add a client for Javascript, but it turns out there's a demand for one we will definitely consider it. Personally, I think a .NET client is more needed though.
I could see a javascript API client work for displaying data from Podio on external websites, although security gets a bit more complicated when you go purely client-side. As I understand it, however, you are looking to display custom data inside Podio using javascript. That's not something we currently allow, and all HTML and Javascript you enter on Podio is escaped before it is exposed to the user to avoid XSS and other client-side security issues.
I hear several people asking for the opportunity to add custom functionality to the Podio website using the API - similar to Facebook apps. I don't know if that feasible, but if a lot of developers would consider that a killer feature I could look into the possibilities.
Cheers,
Casper
Hi Olv,We have the four API client we advertise on the developer site. We don't have any immediate plans to add a client for Javascript, but it turns out there's a demand for one we will definitely consider it. Personally, I think a .NET client is more needed though.
I could see a javascript API client work for displaying data from Podio on external websites, although security gets a bit more complicated when you go purely client-side. As I understand it, however, you are looking to display custom data inside Podio using javascript. That's not something we currently allow, and all HTML and Javascript you enter on Podio is escaped before it is exposed to the user to avoid XSS and other client-side security issues.
I hear several people asking for the opportunity to add custom functionality to the Podio website using the API - similar to Facebook apps. I don't know if that feasible, but if a lot of developers would consider that a killer feature I could look into the possibilities.
Cheers,
Casper
You are right, we do not allow custom javascripts to be loaded within Podio.
/Casper
You are right, we do not allow custom javascripts to be loaded within Podio.
/Casper