You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by Richard Prosser <ri...@mail.com> on 2014/02/04 11:21:48 UTC

REST protocol [Python/Jython API]

As you may know, I am developing a Python/Jython
API<https://github.com/RichardProsser/python-openmeetings> for
OM but it seems from the Soap/Rest
API<http://openmeetings.apache.org/SoapRestAPI.html> that
all of the calls are of the GET variety, even when they make changes
(updates) at the server end.

Is that correct - and is this really a valid REST protocol?


Thanks ...

Richard

Re: REST protocol [Python/Jython API]

Posted by Maxim Solodovnik <so...@gmail.com>.
OK, it is called REST, but uses only GET requests :)



On Tue, Feb 4, 2014 at 6:42 PM, Richard Prosser <ri...@mail.com>wrote:

> Maxim,
>
> Thanks for the quick response. It's just that my understanding of REST
> requires a PUT/POST operation when updating records.
>
>
> Cheers,
>
> Richard
>
>
>
> On 4 February 2014 11:19, Maxim Solodovnik <so...@gmail.com> wrote:
>
> > You are correct all calls are GETs
> > I see no issues with it
> > It works as expected in variety of PHP plugins
> >
> >
> > On Tue, Feb 4, 2014 at 5:21 PM, Richard Prosser <
> richard.prosser@mail.com
> > >wrote:
> >
> > > As you may know, I am developing a Python/Jython
> > > API<https://github.com/RichardProsser/python-openmeetings> for
> > > OM but it seems from the Soap/Rest
> > > API<http://openmeetings.apache.org/SoapRestAPI.html> that
> > > all of the calls are of the GET variety, even when they make changes
> > > (updates) at the server end.
> > >
> > > Is that correct - and is this really a valid REST protocol?
> > >
> > >
> > > Thanks ...
> > >
> > > Richard
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>



-- 
WBR
Maxim aka solomax

Re: REST protocol [Python/Jython API]

Posted by Richard Prosser <ri...@mail.com>.
Maxim,

Thanks for the quick response. It's just that my understanding of REST
requires a PUT/POST operation when updating records.


Cheers,

Richard



On 4 February 2014 11:19, Maxim Solodovnik <so...@gmail.com> wrote:

> You are correct all calls are GETs
> I see no issues with it
> It works as expected in variety of PHP plugins
>
>
> On Tue, Feb 4, 2014 at 5:21 PM, Richard Prosser <richard.prosser@mail.com
> >wrote:
>
> > As you may know, I am developing a Python/Jython
> > API<https://github.com/RichardProsser/python-openmeetings> for
> > OM but it seems from the Soap/Rest
> > API<http://openmeetings.apache.org/SoapRestAPI.html> that
> > all of the calls are of the GET variety, even when they make changes
> > (updates) at the server end.
> >
> > Is that correct - and is this really a valid REST protocol?
> >
> >
> > Thanks ...
> >
> > Richard
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: REST protocol [Python/Jython API]

Posted by Maxim Solodovnik <so...@gmail.com>.
You are correct all calls are GETs
I see no issues with it
It works as expected in variety of PHP plugins


On Tue, Feb 4, 2014 at 5:21 PM, Richard Prosser <ri...@mail.com>wrote:

> As you may know, I am developing a Python/Jython
> API<https://github.com/RichardProsser/python-openmeetings> for
> OM but it seems from the Soap/Rest
> API<http://openmeetings.apache.org/SoapRestAPI.html> that
> all of the calls are of the GET variety, even when they make changes
> (updates) at the server end.
>
> Is that correct - and is this really a valid REST protocol?
>
>
> Thanks ...
>
> Richard
>



-- 
WBR
Maxim aka solomax