
Thomas Hulard
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 5
Posts
Votes on activity by Thomas Hulard-
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...
-
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. ...
-
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...
-
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...