The Wayback Machine - https://web.archive.org/web/20210624061913/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 19,659 public repositories matching this topic...

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
Gornoka
Gornoka commented Aug 20, 2020

Bug Report Checklist

  • [~] Have you provided a full/minimal spec to reproduce the issue?
  • Have you validated the input using an OpenAPI validator, yes I used the validate function of the api generator
  • [5.0.0 ] What's the version of OpenAPI Generator used?
  • Have you search for related issues/PRs?
  • What's the actual output vs expected output?
tipsy
tipsy commented Jun 12, 2021

During the discussions on Discord, #1275, and #1273, the case for having a method that releases the request thread back into the threadpool came up. This could help avoid the case where a few slow endpoints starve your threadpool.

I have no idea what to name this method, but I think it's signature could look like this:

fun myAptlyNamedMethod(executorService: ExecutorService, runna

Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!
  • Updated Jul 1, 2020
  • Java
Wikipedia
Wikipedia

Related Topics

api graphql-api