-
Updated
Mar 30, 2021 - 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 4,660 public repositories matching this topic...
-
Updated
Mar 31, 2021 - 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
Mar 29, 2021 - PHP
-
Updated
Dec 19, 2019 - Go
-
Updated
Mar 12, 2021
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 9, 2021 - Ruby
-
Updated
Mar 26, 2021 - Go
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 17, 2021 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
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.
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
Mar 29, 2021 - JavaScript
-
Updated
Apr 4, 2020 - Python
-
Updated
Mar 18, 2021 - TypeScript
-
Updated
Mar 28, 2021 - PHP
-
Updated
Mar 21, 2021 - PHP
-
Updated
Feb 24, 2021 - Python
-
Updated
Mar 30, 2021 - PHP
-
Updated
Mar 27, 2021 - 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
Aug 9, 2018 - Ruby
This issue was created to be a good first issue. The Goal is to study the inclusion of some require-dev dependencies to analyse and detect issues in source for us.
Some proposals:
- phpstan
- phploc
- phpmd
After discussion, we may want you to perform a pull request that includes the tool in the project. You may also have to update the travis.yml.
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
Users cannot send JSON to an endpoint if the endpoint requires numbers to be JSON numbers. Currently Hoppscotch serializes all parameters as JSON strings.
Describe the solution you'd like

User input:
Expected