Skip to content
#

curl

Here are 1,337 public repositories matching this topic...

insomnia
rafaelrenanpacheco
rafaelrenanpacheco commented Dec 4, 2020

Hello!

When using OAuth2 with authorization flow we usually need to test some APIs with different users. There is no quick way to clear the authorization session besides the "Clear OAuth 2 session" in the preferences dialog.

I would suggest to bring or replicate the Clear OAuth 2 session button to the Advanced Options in the auth tab. This would allow changing authenticated users faster

shahidhk
shahidhk commented Nov 1, 2018

Right now query in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.

import gql from 'graphql-tag';

export const GRAPHQL_QUERY=gql`
  query {
    something {
      anotherthing
    }
  }
`;

Improve this page

Add a description, image, and links to the curl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the curl topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.