MichaelThessel / pwx

Online password exchange service
https://pwx.michaelthessel.com
MIT License
41 stars 20 forks source link

Add REST API #29

Closed MichaelThessel closed 8 years ago

rabbl commented 8 years ago

I had very nice experience with Symfony and fosRestBundle. Have a look here: https://bin.binee.co/api/doc Do you know if FOSRest works with Silex?

MichaelThessel commented 8 years ago

I will look into it. This is the first Silex/Symfony project I have done. I usually use ZF2. When I started PWX I was looking into micro frameworks and found Silex to be pretty interesting. The API is not so important at this point. I added the ticket to keep it in mind for the future. I could see this to be an interesting feature for hosting companies and such.

MichaelThessel commented 8 years ago

Thanks for implementing this!