-
Updated
Feb 27, 2021 - Python
curl
Here are 1,426 public repositories matching this topic...
-
Updated
Mar 21, 2021 - PHP
-
Updated
Mar 21, 2021 - C
Some oauth2 server implementations use a different URL for generating an access_token and refreshing said access_token.
Arguably it's a questionable choice, since it's "only" a matter of grant_type being different, the return value being the same.
I would like to be able to specify the refresh token URL, with an optional field in the oauth2 configuration. If left empty, it should be the access
-
Updated
Mar 15, 2021 - Python
-
Updated
Mar 20, 2021 - JavaScript
-
Updated
Mar 21, 2021 - PHP
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
}
}
`;-
Updated
Mar 20, 2021 - PHP
-
Updated
Mar 21, 2021 - Rust
-
Updated
Mar 20, 2021 - Shell
-
Updated
Mar 10, 2021 - JavaScript
-
Updated
Feb 7, 2021 - Python
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Mar 17, 2021 - Perl
Re: @bitcrazed's comment rs/curlie#12 (comment):
Apparently Console can support colors, but we need a special syscall SetConsoleMode for Windows to do so.
I think Go's x/sys/windows package exposes the necessary GetConsoleMode and SetConsoleMode syscalls, so this should be doable.
-
Updated
Jan 24, 2020 - Python
-
Updated
Mar 21, 2021 - PHP
-
Updated
Feb 24, 2021 - Nim
-
Updated
Mar 21, 2021 - PHP
-
Updated
Jan 16, 2021 - JavaScript
-
Updated
Dec 20, 2020 - PHP
Improve this page
Add a description, image, and links to the curl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the curl topic, visit your repo's landing page and select "manage topics."
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)