Re: [Architecture] API import/export

2014-11-23 Thread Sanjeewa Malalgoda
IMO we should clearly identify what API meta data and run time data. Then we can identify what we need to consider for migration. If its single API import export we can consider metadata. If its platform migration we need to migrate both meta data and run time data. *Meta data:* API definition,

Re: [Architecture] APIM Support for getting Authorization header from query String

2014-11-23 Thread Sam Sivayogam
Hi all, Thanks a lot for your replies. Since the spec says to implement using query string, i will implement according to the spec specified by Johann and i will mention the security considerations in the documentation. Regards On Sat, Nov 22, 2014 at 12:50 PM, Harsha Kumara hars...@wso2.com

Re: [Architecture] APIM Support for getting Authorization header from query String

2014-11-23 Thread Gayan Gunawardana
On Sat, Nov 22, 2014 at 12:50 PM, Harsha Kumara hars...@wso2.com wrote: Hi, As Johann mentioned, if the specification defined sending token as the query param, we needs to support it and implement as specification specified. But again the user who going to use it needs to know aware of

Re: [Architecture] ESB Connector for Nest API

2014-11-23 Thread Samisa Abeysinghe
What is the milestone plan? Thanks, Samisa... Samisa Abeysinghe Vice President Delivery WSO2 Inc. http://wso2.com On Mon, Nov 24, 2014 at 12:48 PM, Shakila Sivagnanarajah shak...@wso2.com wrote: Hi All, I (shak...@wso2.com) have planned to develop $subject. Please find the project plan

[Architecture] Fwd: Stripe Web Connector for WSO2 ESB

2014-11-23 Thread Keerthika Mahendralingam
Hi all, I have planned to develop $subject as described below. *Introduction* Stripe provides simple RESTful HTTP interfaces to handle payments. *Stripe API Methods* 1. Cards: Creates a new card for a customer. Retrieves an existing card details stored on a customer.

Re: [Architecture] ESB Connector for Nest API

2014-11-23 Thread Shakila Sivagnanarajah
I will send the milestone plan by today On Mon, Nov 24, 2014 at 12:52 PM, Samisa Abeysinghe sam...@wso2.com wrote: What is the milestone plan? Thanks, Samisa... Samisa Abeysinghe Vice President Delivery WSO2 Inc. http://wso2.com On Mon, Nov 24, 2014 at 12:48 PM, Shakila

[Architecture] ESB Connector for ZOHO Invoice

2014-11-23 Thread Sriashalya Srivathsan
I have planned to develop the $subject.Please find the project plan below. *Introduction* Zoho Invoice API gives the programmatic access to the Zoho Invoice service, allows to expand and build on the Zoho Invoice platform for small businesses across the globe[1]. *API Operations* *Contacts*

Re: [Architecture] RFC: Should we add inline extension to CEP?

2014-11-23 Thread Lasantha Fernando
Can we use Clojure for this? Clojure can be used as a dynamic language as well [1,2]. I think we should be able to use the load-file [3] function or load/load-script [4,5]. Since clojure has a strong affinity to Storm, someone coming in from Storm background will be more used to Clojure IMHO.