api-rest
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 6,201 public repositories matching this topic...
-
Updated
Nov 22, 2021 - JavaScript
Description
We have a vuejs frontend talking to a connexion-based REST API. We use jwt tokens. Sometimes, without any obvious trigger, we get the following exception:
File "venv/lib/python3.8/site-packages/flask/app.py", line 2464, in call return self.wsgi_app(environ, start_response)
File "venv/lib/python3.8/site-packages/flask/app.py", line 2450, in wsgi_app response = self.handle_
-
Updated
Jan 6, 2022 - PHP
-
Updated
Jan 5, 2022 - Java
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Nov 2, 2021 - PHP
-
Updated
Oct 23, 2021 - JavaScript
-
Updated
Feb 29, 2020 - Dart
-
Updated
May 3, 2021 - Ruby
-
Updated
Nov 30, 2021 - Jupyter Notebook
-
Updated
Dec 30, 2021 - Go
-
Updated
Sep 29, 2021 - Objective-C
-
Updated
Jan 3, 2022 - C#
-
Updated
Dec 2, 2021 - Ruby
What would you like to be added:
A Fault injection filter should provide configurable error injection capabilities, such as delay, error local reply. it is best to have more detailed routing-based configuration capabilities
Why is this needed:
Because this is the ability that is required in the testing phas
-
Updated
Jan 2, 2022 - TypeScript
-
Updated
Mar 24, 2019 - PHP
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
-
Updated
Jan 5, 2022 - C++
-
Updated
Dec 13, 2021
-
Updated
Jan 5, 2022 - Kotlin
Is your feature request related to a problem? Please describe.
Adding routes currently requires the developer to prepare a single list of *Route
with all the routes defined in one go. This can be split up and made easier for the developer
Describe the solution you'd like
We can add convenience method for each type of HTTP method supported by webgo (). e.g.
router.A
- 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👍