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 5,609 public repositories matching this topic...
-
Updated
Sep 26, 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
Oct 30, 2021 - PHP
-
Updated
Oct 29, 2021 - Java
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Oct 28, 2021 - PHP
-
Updated
Oct 23, 2021 - JavaScript
-
Updated
Feb 29, 2020 - Dart
-
Updated
May 3, 2021 - Ruby
-
Updated
Oct 5, 2021 - Jupyter Notebook
-
Updated
Oct 29, 2021 - Go
-
Updated
Sep 29, 2021 - Objective-C
-
Updated
Oct 28, 2021 - JavaScript
-
Updated
Oct 27, 2021 - C#
-
Updated
Oct 12, 2021 - Ruby
-
Updated
Mar 24, 2019 - PHP
-
Updated
Sep 26, 2021 - TypeScript
What would you like to be added:
now, we have one integrate test example, add more
Why is this needed:
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
-
Updated
Apr 9, 2018 - Ruby
-
Updated
Oct 29, 2021 - Kotlin
-
Updated
May 30, 2021 - Python
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 your feature request related to a problem? Please describe.
Mostly maintainability and code readability. When you make a change to any of these renderers you are forced to copy the same code more than three times
Describe the solution you'd like
A global component for rendering the response that receives as inputs: