brianb
Dec-16-2007, 07:31 PM
Update: CFSmug has moved to Google Code! (2008-06-15)
New URL: http://code.google.com/p/cfsmug/
If anyone is interested in helping out with the project, drop me a line and I'll add you as a developer to the project. I have most (all?) of the new security changes committed, but wanted to further test them out before making a new release.
---
After seeing some info about the API, I decided to try writing my own utilities, and in the process of doing that I have created in ColdFusion a collection of CFCs that are a wrapper for the SmugMug API.
So now we have... CFSmug!
CFSmug is almost a 1:1 mapping of the API, but I have made some changes where I think its appropriate. Results are returned as ColdFusion arrays and structures (or simple values), making it very easy to use. It is based on the 1.2.0 verison of the SmugMug API. Every method is implemented, except for smugmug.images.upload, where I have used the preferred HTTP PUT instead. CFSmug was developed on ColdFsuion 8, but should work on versions 6 and above.
Downloads are available from the link at the top of the post.
Thanks!
New URL: http://code.google.com/p/cfsmug/
If anyone is interested in helping out with the project, drop me a line and I'll add you as a developer to the project. I have most (all?) of the new security changes committed, but wanted to further test them out before making a new release.
---
After seeing some info about the API, I decided to try writing my own utilities, and in the process of doing that I have created in ColdFusion a collection of CFCs that are a wrapper for the SmugMug API.
So now we have... CFSmug!
CFSmug is almost a 1:1 mapping of the API, but I have made some changes where I think its appropriate. Results are returned as ColdFusion arrays and structures (or simple values), making it very easy to use. It is based on the 1.2.0 verison of the SmugMug API. Every method is implemented, except for smugmug.images.upload, where I have used the preferred HTTP PUT instead. CFSmug was developed on ColdFsuion 8, but should work on versions 6 and above.
Downloads are available from the link at the top of the post.
Thanks!