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

REST API

A representational state transfer (REST) API is a way to provide compatibility between computer systems on the Internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.

Here are 28,105 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
nocodb
graphql-engine
erikhSSI
erikhSSI commented Nov 9, 2020

When browsing wide data tables in the dashboard (which I do a lot) it is very inconvenient because the browser's horizontal scrollbar is hidden unless you scroll to the very bottom of the page.
If I am at a page like /console/data/schema/public/tables/[tablename]/browse

I won't be able to scroll the table right (to see other columns) unless I first scroll vertically to the bottom of the page

good first issue c/console e/quickfix p/longterm
travispamaral
travispamaral commented Nov 28, 2017

Hi there! I see that an issue #2884 deeplinking was integrated to 3.x however if I have a hyperlink with a hash to the operationID nothing happens on click. If I reload the page the UI scrolls to the open panel as expected. Is there something I am missing here? My url looks as follows and I am using the 3.0 dist repo installed via npm.

Again when clicked the URL address is updated but nothing h

grpc-gateway
kkolur
kkolur commented Jul 25, 2022

It seems that the service option in OpenAPI configuration file is not working, or at least I am unable to get it to work.

The protoc compiles and successfully generates the swagger but the tags is not getting updated with the description set by the service tag. Here is [OpenAPIServiceOption](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/internal/descriptor/openapiconfig/op

aalmuqahwi
aalmuqahwi commented Apr 23, 2021

https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21

I believe the comparison operator used in the IsBroken method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.

bug good first issue
Sylius
vasilvestre
vasilvestre commented Jul 20, 2022

Sylius version affected: 1.12

Description
Disabling Sylius shop lead to a missing route in the admin bundle. This is due to this line: https://github.com/Sylius/Sylius/blob/1.12/src/Sylius/Bundle/AdminBundle/Resources/views/Layout/_channelLinks.html.twig#L9

Steps to reproduce
If you remove the Sylius shop routing, there's an error because of the missing route.

**Possible

Good First Issue Admin Bug
Wikipedia
Wikipedia

Related Topics

api graphql-api