└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Community Supported Client Libraries 2 | 3 | Client libraries can help you integrate with Marketo's API more quickly. For more information on Marketo's APIs, please visit the [Marketo developer site](http://developers.marketo.com/documentation/rest/). 4 | 5 | Note that these client libraries have not been security tested by Marketo. If you develop a client library that you would like to open source and add to this page, please submit a pull request. 6 | 7 | ## Official Libraries 8 | 9 | * [Java client library for SOAP API](https://github.com/Marketo/SOAP-API-Java-Client) 10 | * [C# sample code for SOAP API](https://github.com/Marketo/C-Sample-Code) 11 | 12 | ## Community Supported Client Libraries 13 | 14 | ### Ruby 15 | * [Ruby gem for REST API developed by István Karaszi](https://github.com/raszi/mrkt) 16 | * [Ruby gem for SOAP API developed by ClearFit](https://github.com/ClearFit/marketo-api-ruby) 17 | * [Ruby gem for SOAP API developed by Rapleaf](https://github.com/Rapleaf/marketo_gem) 18 | * [Ruby gem for SOAP API developed by David Santoso](https://github.com/davidsantoso/markety) 19 | 20 | ### Python 21 | * [Python client library for REST API developed by Jep Castelein](https://github.com/jepcastelein/marketo-rest-python) 22 | * [Python client library for REST API developed by jswinarton](https://github.com/jswinarton/pymarketo) 23 | * [Python client library for REST API developed by Arunim Samat](https://github.com/asamat/python_marketo) 24 | * [Python client library for SOAP API developed by Segment.io](https://github.com/segmentio/marketo-python) 25 | 26 | ### PHP 27 | * [PHP client library for REST API developed by dchesterton](https://github.com/dchesterton/marketo-rest-api) 28 | * [PHP client library for REST API developed by kristenlk](https://github.com/eventfarm/marketo-client) 29 | * [PHP client library for SOAP API developed by codecrafts-dev](https://github.com/codecrafts-dev/marketo-soap-api-php-client) 30 | 31 | ### Node 32 | * [Node.js client library for REST API developed by usermindinc](https://github.com/usermindinc/node-marketo) 33 | * [Node.js client library for SOAP API developed by blairanderson](https://github.com/Datahero/node-marketo) 34 | 35 | ### Java 36 | * [Java client library for Assets REST API developed by Smartling](https://github.com/Smartling/marketo-rest-sdk-java) 37 | 38 | ### Go 39 | * [Go client library for REST API developed by SpeakData](https://github.com/SpeakData/minimarketo) 40 | 41 | ## Examples Developed by Community 42 | 43 | * [Google App Script for Google Sheet/Marketo integration](https://github.com/khalstvedt/mkto_google-spreadsheet) 44 | * [Drupal module for Marketo](https://github.com/MarketoMA/marketo_ma) 45 | 46 | 47 | 48 | --------------------------------------------------------------------------------