we will need to implement a simple client. Some initial thoughts on implementation:
One in python one in javascript (perhaps java [perhaps jython support])
Should simply map the rest api, possibly implement client side cacheing of results
I would like this done in two layers, one is a reusable library which can be used to create clients of a rest api and another layer which uses the first library to implement our client
we will need to implement a simple client. Some initial thoughts on implementation:
One in python one in javascript (perhaps java [perhaps jython support])Should simply map the rest api, possibly implement client side cacheing of resultsI would like this done in two layers, one is a reusable library which can be used to create clients of a rest api and another layer which uses the first library to implement our client