Re: Extending Web API

2018-07-11 Thread Aditya Mullick
I'll give that a try. Is there any way you can update the documentation? Aside from the import, is everything else correct for version 3.0.7? On Tue, Jul 10, 2018 at 12:57 PM Christian Hammond wrote: > Did you try switching to keyword arguments for that call? > > Christian > > On Mon, Jul 9,

Re: Extending Web API

2018-07-10 Thread Christian Hammond
Did you try switching to keyword arguments for that call? Christian On Mon, Jul 9, 2018 at 7:58 PM Aditya Mullick wrote: > It's not being found. I tried logging. I'm doing a POST request. > > On Mon, Jul 9, 2018 at 5:37 PM, Christian Hammond < > christ...@beanbaginc.com> wrote: > >> Looks like

Re: Extending Web API

2018-07-09 Thread Aditya Mullick
It's not being found. I tried logging. I'm doing a POST request. On Mon, Jul 9, 2018 at 5:37 PM, Christian Hammond wrote: > Looks like we have an error in the docs. It should be > reviewboard.webapi.base. > > Were you making a GET or a POST request to the URL? Can you show me the > payload

Re: Extending Web API

2018-07-09 Thread Christian Hammond
Looks like we have an error in the docs. It should be reviewboard.webapi.base. Were you making a GET or a POST request to the URL? Can you show me the payload information? Can you add logging to your handler and find out how far a request gets? I imagine it's failing in the