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

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 8,465 public repositories matching this topic...

hoppscotch
Gunni
Gunni commented Oct 13, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to realtime
  2. Paste url wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io
  3. Observe connect is disabled
  4. Remove parameter, quickly undo it and click connect (also a bug)
  5. Send { "type": "ris_subscribe" } to the remote server
  6. Observe you receive
bug good first issue
vytas7
vytas7 commented May 6, 2022

Sometimes it might be handy to easily get a header's value as int, where validation errors would automatically result in an HTTP 400, along the lines of req.get_header_as_datetime & [req.get_param_as_int](https://falcon.readthedocs.io/en/stable/api/request_and_response_wsgi.ht

good first issue enhancement proposal needs contributor
RobbeSneyders
RobbeSneyders commented May 9, 2022

I propose to remove the pass_context_arg_name argument and fix the name under which the context is passed. This parameter is passed often between internal functions and classes, which is not worth the benefit of having it configurable.

good first issue PR welcome
DPP
ReallySnazzy
ReallySnazzy commented Mar 25, 2022

Is your feature request related to a problem? Please describe.
Vcpkg or conan support help alleviate the setup for multiple libraries in a project. They help to get started quickly with a framework while still allowing other libraries to be added quickly.

Describe the solution you'd like
Rather than premade build setups, I think that having vcpkg or conan support would enable more amb

good first issue help wanted project
Wikipedia
Wikipedia