The Wayback Machine - https://web.archive.org/web/20211114005132/https://github.com/topics/api-wrapper
Skip to content
#

api-wrapper

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 2,370 public repositories matching this topic...

martin3000
martin3000 commented Aug 26, 2021

Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.

            elif "Note" in json_response and self.treat_info_as_error:
                raise ValueError(json_response["Note"])

For this reason, alphavantage does not work in home assistant.

Hok-2323
Hok-2323 commented Oct 3, 2021

General Troubleshooting

  • I have checked for similar issues.
  • I have updated to the [latest JDA version][download].
  • I have checked the branches or the maintainers' PRs for upcoming bug fixes.

Bug Report

Interaction wiki isn't update to date

Expected Behavior

SelectionMenu already came out

Code Example or Reproduction Steps

N/A

Code for JD

amaru0601
amaru0601 commented Aug 20, 2021

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.

Wikipedia
Wikipedia