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 3,932 public repositories matching this topic...
-
Updated
Jul 3, 2020 - Vue
Is your feature request related to a problem? Please describe.
An external API does not always respond successfully. Server errors for example 50x or 429 Too Many Requests may occur. Manually pressing the send button while waiting for a successful response can be tedious.
Describe the solution you'd like
Be able to set the number of retries and the expected/unexpected status codes o
Bug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue? not relevant
- Have you validated the input using an OpenAPI validator (example)? not relevant
- What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
-
Updated
May 23, 2020 - PHP
Right now Node.js's README writes:
var client = foo.bar({
username: 'pksunkara',
password: 'password'
});
Is it possible to change it to:
var client = foo.bar({
username: 'api_key',
password: 'api_secret'
});
-
Updated
Mar 9, 2020
The hard 100 request (POST/PUT/GET/etc) limit should be more prominently called out in docs.
Line 172 from https://github.com/Mashape/mockbin/blob/master/docs/api/bins.md reads:
All requests to Bin will be logged for later inspection (max of 100 requests)On a personal project I must have missed that line and burned myself because I thought there was an internal application/ne
-
Updated
Jun 22, 2020 - Ruby
New DM API
DM API has changed on september, 17th : https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/guides/direct-message-migration
is there any work in progress to change anaconda soon ?
-
Updated
Jan 6, 2020 - Python
The readme says:
If you'd like to enter a sandbox, simply add domain='test' to your Salesforce() call.
But in this issue(simple-salesforce/simple-salesforce#171) it's mentioned that sandbox needs to be set to True.
If you set domain='test' you'll get TypeError: __init__() got an unexpected keyword argument 'domain'
-
Updated
Jun 18, 2020 - JavaScript
http://stackoverflow.com/questions/3595518/facebook-graph-api-search-results-depends-on-location
Based on that Q&A, it will be good if we can add header when sending an API request. Like 'Accept-Language: en-us,en;'. It will affect the result since Facebook automatically detect the requester location.
I think that's a great idea!
-
Updated
Jun 25, 2020 - TypeScript
When using typescript as documented in the README, the following deprecation notices occur:
kubernetes-client deprecated require('kubernetes-client').config, use require('kubernetes-client/backends/request').config. at ../../libraries/waitForJob.ts:17:67
kubernetes-client deprecated fromKubeconfig see https://github.com/godaddy/kubernetes-client/blob/master/merging-with-kubernetes.md#re
Suggested by @Shanoir on Gitter:
One thing that I can suggest though: Overall the documentation of uplink is very nice. it clearly lays out how the API classes can be set up, and how to use the decorators. However, there is almost no examples available for the "use" of the methods. I think that across the board, providing these usage examples could really help newcomers get onboarded on the l
Hi, this looks like a great extension but, unless I'm not finding it in the right place, it's hard to know which parameters should be passed to each method, unless we dig into the code and find it. So the question is, is there any place where we can find the minimum required docs?
Thanks!
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
May 7, 2020 - Go
-
Updated
Aug 9, 2018 - Ruby
-
Updated
Jun 7, 2020 - PHP
In order to make even more straightforward for users to install PyOWM, it would be superb to have it installable via package managers (such as apt or rpm) on the most used Linux distros.
The main platforms to be targeted should be: Raspbian, Ubuntu and Fedora.
Good reads are:
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.
-
Updated
Jun 23, 2020 - PHP
Reported in #94 (search "sanity check") - the conditional close example might have become incompatible with the current Kraken API.
-
Updated
Jun 18, 2020 - Ruby
-
Updated
May 18, 2020 - JavaScript
- Wikipedia
- Wikipedia
In
=syntax,")\)are escaped in
json.dumps:$ http -v httpbin.org/post \ dquote='\"' \ multi-line='line 1\nline 2'