Closed juanshishido closed 3 years ago
Adding support for the new Cards endpoints, announced here.
Usage example (create):
>>> name = "example" >>> components = [{"type":"MEDIA","media_key":"13_1191948012077092867"},{"type":"DETAILS","title":"Twitter Web","destination":{"type":"WEBSITE", "url":"http://twitter.com/"}}] >>> Card.create(account, name=name, components=components)
Adding support for the new Cards endpoints, announced here.
Usage example (create):