On Thu, Apr 9, 2020 at 9:03 PM Christie, Marcus Aaron <[email protected]> wrote:
> > > On Apr 9, 2020, at 11:25 AM, Dinuka Desilva <[email protected]> > wrote: > > I'm not sure how it could be used for django api requests. As in, whether > to pass the "code" as a header etc. An example request call will be helpful. > > > as a query parameter. See [1], in Django request.GET is a dictionary of > query parameters. Notice that the response is a JSON response. > Oh. I got it. My question is how the token is passed for other endpoint like this https://testdrive.airavata.org/api/applications/list_all/? > > [1] > https://github.com/apache/airavata-django-portal/blob/develop/django_airavata/apps/auth/views.py#L458 > >
