afawcett / apex-toolingapi

Apex wrapper for the Salesforce Tooling API
BSD 3-Clause "New" or "Revised" License
134 stars 98 forks source link

Add support for ApexPageMember #20

Open UweHeim opened 10 years ago

UweHeim commented 10 years ago

Hi Andrew the current version does not support ApexPageMember because of missing serialization. I think it is very easy to fix an I provided a solution which is working great for my purpose. Have a look at it here: http://salesforce.stackexchange.com/questions/42736/edit-existing-visualforce-page-apexpage-using-andrewfawcett-toolingapi-package

Just let me know if you have any questions and thanks a lot for all your effort on ToolingAPI.cls. It rocks! We use it for http://www.elastify.eu/apps/CodeFusion

Uwe

afawcett commented 10 years ago

Thanks so much for pointing this out! Will take a look!

UweHeim commented 10 years ago

Hi Andrew I added some similar issues and asked about Lightning component support here: http://salesforce.stackexchange.com/questions/57526/are-there-any-plans-to-update-toolingapi-cls-for-apex-to-v32-in-order-to-support

If you like, I can provide my changed version for v30 containing all my patches so far.

afawcett commented 9 years ago

Yes a pull request would be most welcome, thank you! Will also take a look at your SE post.