-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
any plans to update smugpy for the v2.0 SmugMug API? #13
Comments
The 2.0 API is still in beta but I will take a look |
Thanks @chrishoffman. I imagine you also received a note from SmugMug about the beta launch around December last year? I was expecting things to move forward since then, but in a way it's good to know that it's not moving too fast. In any case, I asked you just in case you already made some progress, or to find out if you have any plans in this direction. |
I'm planning on working on 2.0 support for this library, happy to coordinate @chrishoffman if you are interested. |
Got this email just now:
If I'm reading this correctly(?), even though the v2 API is still marked as Beta, they're retiring the old API (does it include v1.3?). |
I got the same e-mail. It doesn't look like they are retiring the old APIs but forcing connections over HTTPS. This will probably not require any changes to the library, although I will look, since it already support https. I created a new ticket to track this issue #14 |
FWIW, I've been starting an API class called "mug", so if smugpy isn't going to v2 I can clean it up and share as a starting point. |
Thanks for clarifying @chrishoffman. It does sound rather vague, particularly for an email targeted at developers, I have to say. Not very clear to me what's the old platform and what's the new one and how it all fits with their API versioning etc. |
I think they are just talking about their website designer platform which was opt-in for a very long time. They added features like unlimited nesting, among other things, that did not translate well to their old API (well their current API). |
Has anyone made any progress on python support for the v2 API? I'm about to start on an application myself, and don't want to reinvent the wheel if at all possible. Thanks Andy |
I've made a start on a v2 API here: https://github.com/adhawkins/smugmugv2py Interested in any comments or suggestions, it's still in the early stages at the moment, with little documentation. I have written a sync program using it though, source is here: https://github.com/adhawkins/pysmugmugsync Would appreciate any comments or suggestions in those repos. Andy |
@chrishoffman @adhawkins What's the status of this? Any chance getting v2 API changes merged into smugpy? |
Hi, My API is usable, at the GitHub link above. No plans to merge really. Andy |
@adhawkins Any particular reason to create a separate project for accessing the SmugMug API ? Rather than contribute to this one? (Having two libraries, for v1.3 and one for v2.0 could create fragmentation and confusion)... Or did I misunderstand your intentions? |
Mainly because there was no progress on this issue for a long period before I started work on mine. There seems to have been little activity on this project as a whole for a number of years now... Andy |
That's a valid comment I suppose. @chrishoffman is this project dead? |
@gingerlime Re: is this project dead? I guess it is now. I'm looking at the project by @adhawkins but I don't see any documentation and I'm not a Python programmer, so I don't know if it's a possible replacement for me. |
Hi @chrishoffman. Thanks again for smugpy. I'm using it for smugline - a command line tool for SmugMug and it's really useful.
I know that SmugMug released their v2.0 API a while ago, and am wondering if you have any plans to update smugpy to support the latest version of their API?
Cheers
Yoav
The text was updated successfully, but these errors were encountered: