-
Updated
Feb 4, 2022 - Python
api-client
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 5,295 public repositories matching this topic...
-
Updated
Feb 4, 2022 - JavaScript
Bug Report Checklist
- [~] Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator, yes I used the validate function of the api generator
- [5.0.0 ] What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
-
Updated
Dec 29, 2021 - PHP
-
Updated
Jan 11, 2022
-
Updated
Dec 19, 2019 - Go
-
Updated
Jan 25, 2022 - TypeScript
-
Updated
Jan 22, 2022 - JavaScript
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
Feb 1, 2022 - Python
-
Updated
Dec 10, 2021 - Python
Resizeable sidebar
Thanks to u/JBarreraGT on reddit. He gave me a source of information that we could use to add static information for games.
http://data.nba.com/data/10s/v2015/json/mobile_teams/nba/2018/league/00_full_schedule.json
This link looks like it contains the full schedule with GameIDs along with additional information.
-
Updated
Jul 28, 2021 - Go
-
Updated
Oct 8, 2021 - Ruby
-
Updated
Jan 28, 2022 - TypeScript
Hello everyone,
I would like to receive the list of authentication ids as it is described in /docs/API.md
/api/:integration/authentications
- To retrieve a list of authentications for that integration
However when I read the file src/routes/api.ts I never find the endpoint to get the list of authentication ids.
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Apr 4, 2020 - Python
-
Updated
Feb 1, 2022 - TypeScript
-
Updated
Oct 21, 2021 - PHP
-
Updated
Jan 2, 2022 - PHP
-
Updated
Jan 17, 2022 - PHP
Is your feature request related to a problem? Please describe.
I think people may prefer to have the ability to cancel their requests at any time.
Describe the solution you'd like
Add context.Context
to every func/method that involves network operations.
Describe alternatives you've considered
N/A
Additional context
This isn't a difficult feature to imple
-
Updated
Jan 29, 2022 - Python
- Wikipedia
- Wikipedia
Is there an existing issue for this?
Summary
It would be amazing to have an Authorization tab on GraphQL, as it is for REST.
Why should this be worked on?
Authorization is also a thing in GQL and having automated OAuth mechanism would be👍