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,799 public repositories matching this topic...
-
Updated
May 22, 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
Apr 28, 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
May 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!
We are trying to upgrade our usage of this library to the latest version in the 4 series from version 3.35.1, and ran into the following error when compiling the TypeScript:
Property 'addObject' does not exist on type 'SearchIndex'.
I did not see anything in the migration guide r
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!
The GitLab API normally limits the list of issues to 100 entries per request, with a default of 20. This means that Issues::all() and Project::issues() by extension only return the first 20 issues of a project by default, which is surprising given their respective names. It'd be nice if the docs stated this fact, and provided a workaround.
I'd be willing to write a PR for this.
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
Aug 9, 2018 - Ruby
-
Updated
May 7, 2020 - Go
Recipe book
As part of the overall PyOWM documentation, write a "recipe book" that explains how to perform concrete PyOWM actions, such as:
- find current weather at XXX
- find forecasted weather at XXX in 3 days
- delete a meteostaton
- set a weather alert
- ...
This should be "hands-on" (code, not words)
-
Updated
Apr 14, 2020 - PHP
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
Jul 16, 2019 - Python
-
Updated
Mar 12, 2020 - Ruby
Reported in #94 (search "sanity check") - the conditional close example might have become incompatible with the current Kraken API.
-
Updated
Apr 14, 2020 - PHP
- Wikipedia
- Wikipedia
It's not clear from the website's documentation, or the
--helpoutput, how to do the following equivalent curl task:Post a raw JSON query to ElasticSearch:
T