
Thomas Hulard
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 5
Activity overview
Latest activity by Thomas Hulard-
Thomas Hulard commented,
Hi Podio team, 2 bigs features that I miss are: App level permissions Read-Only member role Still hope to see that in the product one day.
-
Thomas Hulard commented,
Great, thanks Andreas for pointing that out.
-
Thomas Hulard created a post,
Add member to space API is missing in the Ruby client
AnsweredHi, I'm writing a script that would synchronize the membership of user between to workspace. To remove user membership, there is the Podio::SpaceMember.end_membership API but to add member, the AP...
-
Thomas Hulard commented,
Thanks Andreas, Will do so.
-
Thomas Hulard created a post,
Delete Application using API
AnsweredHi, I'm writing a small script that clone an app from one Workspace to another. The idea is to clone it regulary (once every month) to be able to maintaint only one app and made the other public. ...
-
Thomas Hulard commented,
Answer to myself: Podio::Application.install(app_id, {"space_id"=>space_id, "features"=>["items"]})
-
Thomas Hulard created a post,
Copy Items when cloning a App
AnsweredHi, I try to clone an App and it's content using the API. So far, I manage to clone the App itself without issue using this call: Podio::Application.install(app_id, {"space_id"=>space_id}) Ac...
-
Thomas Hulard commented,
And another +1. I believe there is work done on this feature. Hope to see it release soon. Keep up the good work!
-
Thomas Hulard created a post,
How to easily parse Podio::Item.find_all return?
AnsweredHi, I'm trying to get info from a Podio App. I'm using the Ruby client library to make thing easier and I'm able to get some info from my App using the following Method: Podio::Item.find_all(<APP...