C++ library for SmugMug API 2.0?

AlamethAlameth Registered Users Posts: 94 Big grins

Is anyone aware of a C++ library that implements the SmugMug 2.0 API?

I'm not sure yet that I'm going to us C++, since Python is probably just fine for what I have in mind. But I do want to look at my options, and if there's someone out there who desperately needs a C++ binding, I'd love to hear from you, too.

(Were I to implement this myself, I'd probably wrap Niels Lohmann's JSON template class library around Curl, as I've used this combination before for other projects and it worked well.)

Comments

  • AlamethAlameth Registered Users Posts: 94 Big grins

    @Alameth said:
    Is anyone aware of a C++ library that implements the SmugMug 2.0 API?

    I'm not sure yet that I'm going to us C++, since Python is probably just fine for what I have in mind....

    Well, this is not going well. The Python and Java libraries only support 1.x. Indeed, the only language library I've found that supports 2.0 is php, which is not useful for me at all.

    What language are people using to write applications?

  • AlamethAlameth Registered Users Posts: 94 Big grins

    Python v2 library, just getting started; I may try to throw my weight behind it.

    https://github.com/adhawkins/smugmugv2py

Sign In or Register to comment.