└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Passdock 2 | 3 | Welcome to [Passdock](http://api.passdock.com) issue tracker and sample code list. 4 | 5 | The simplest and more powerful Pass creator on the web. 6 | 7 | ---- 8 | 9 | ## Issue and Enhancements 10 | 11 | If you have any issue you can search for [existing ones](https://github.com/Creapptor/passdock/issues) or [create a new one](https://github.com/Creapptor/passdock/issues/new). 12 | 13 | Feel free to suggest a new feature or give us feedback or your thoughts: they're very appreciated. 14 | 15 | ---- 16 | 17 | ## API and Sample Code 18 | 19 | We do have [API](https://api.passdock.com/doc) to interact with Passdock. 20 | 21 | Check the [wiki](https://github.com/Creapptor/passdock/wiki) for a complete endpoint description with sample curl codes. 22 | 23 | Here is the list of sample code we offer to get started. 24 | 25 | ### Ruby 26 | 27 | The gem is called simply **passdock** and you can install it with 28 | 29 | gem install passdock 30 | 31 | Source code and instructions are here: [https://github.com/Creapptor/passdock-ruby](https://github.com/Creapptor/passdock-ruby). 32 | 33 | ### Java 34 | 35 | The class with readme and source code is available here [https://github.com/Creapptor/passdock-java](https://github.com/Creapptor/passdock-java). 36 | 37 | ### Python 38 | 39 | Here is a module with source code and instructions [https://github.com/Creapptor/passdock-python](https://github.com/Creapptor/passdock-python) 40 | 41 | ### Objective-C 42 | 43 | We are also going to release soon a framework written in Objective-C and a sample iPhone application to interact with Passbook. 44 | 45 | They will be released in the next few days. 46 | 47 | ### Third party contributions 48 | 49 | #### Node.js 50 | 51 | [fvdm](https://github.com/fvdm) has created a [package](https://npmjs.org/package/passdock) for node.js complete with [source code](https://github.com/fvdm/nodejs-passdock). 52 | Thanks! 53 | 54 | 55 | ---- 56 | ### Aknowlegments 57 | 58 | 59 | The code has been written by Matteo Gavagnin [@macteo](http://twitter.com/macteo), Filippo Bigarella [@filippobiga](http://twitter.com/filippobiga) and [Nicolò Tosi](https://github.com/nick-mobfarm). 60 | --------------------------------------------------------------------------------