restful-api
Here are 4,667 public repositories matching this topic...
Flaky Timeout test
As illustrated by https://app.circleci.com/pipelines/github/grpc-ecosystem/grpc-gateway/281/workflows/57fdb518-e3ee-4f16-9a55-0f417732ca80/jobs/7654/steps, one of the integration tests is sometimes failing with the wrong error. We should figure out why this is happening and fix it.
This should be a good issue to get introduced to the codebase. The test is here: https://github.com/grpc-ecosystem
-
Updated
Jun 14, 2020 - JavaScript
Bug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue? not relevant
- Have you validated the input using an OpenAPI validator (example)? not relevant
- What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
RESTful API 设计参考文献列表,可帮助你更加彻底的了解REST风格的接口设计。
-
Updated
Sep 8, 2019
-
Updated
May 30, 2020 - JavaScript
-
Updated
Aug 9, 2019 - JavaScript
1. Is your feature request related to a problem? Please describe. (这个功能是为解决什么问题)
A clear and concise description of what the problem is. Explain your use case, context, and rationale behind this feature request (请尽可能详尽地说明这个需求的用例和场景)
2. Describe the solution you'd like(请描述你期望的结果)
A clear and concise description of what you want to happen (简单清楚的描述你期望的结果)
**3. Additional context `
Thanks for making such great code. I've got an instance running and am trying to document the ways that I can query the API.
So far, I've found:
- ?page=2
- ?[columnheader]=[value]
- ?[columnheader1]=[value1]&[columnheader3]=[value4] (returns results that have both value1 and value2)
- ?[columnheader1]=[value1]&[columnheader1]=[value2] (returns results that have value1 OR value2)
I'
I have this model
class User {
name: string;
friends: User[];
}And I have created a crud controller to manage and get user without friends property.
To get friends of a user, I have added an "adding route" :
@Get(':id/friends')
@UseInterceptors(CrudRequestInterceptor)
async getFriends(@ParsedRequest() req: CrudRequest) {
return this.A list of software that turns your database into a REST/GraphQL API
-
Updated
Jun 13, 2020 - Go
HTTP(S) benchmark tools, testing/debugging, & restAPI (RESTful)
-
Updated
Jan 15, 2020
Document a multipart request/response example.
When looking on how services usually handle variations of paths, we can see big differences between different frameworks and service implementations, which is not reflected in the API specification but has a negative impact on predictability of the behavior of an API and the way how it is or can be used. The keyword here is request path normalization, i.e.
- How are adjacent slashes in a reque
一个基于Yii2高级框架的快速开发应用引擎
-
Updated
Jun 2, 2020 - PHP
An offline recommender system backend based on collaborative filtering written in Go
-
Updated
May 18, 2020 - Go
restful-api风格接口 APP接口 APP接口权限 oauth2.0 接口版本管理 接口鉴权
-
Updated
Jul 10, 2019 - PHP
-
Updated
Mar 25, 2020 - Go
Restangular for Angular 2 and higher versions
-
Updated
Jun 6, 2020 - TypeScript
RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python 和 Ruby 等大部分语言。
-
Updated
Jun 13, 2020 - Go
Now, some query examples(simple and prefix) are given, but it seems to be not enough to get quick start for more complicated query logic.
Query String Query supports all kinds of query such as Phrases, Field Scoping, Boolean Query, Numeric Ranges, fuzzy search and so on.
If more examples are given, it seems to be more friendly to tiro.
laravel5.5和vue.js结合的前后端分离项目模板,后端使用了laravel的LTS版本(5.5),前端使用了流行的vue-element-template项目。作为程序的起点,可以直接以此为基础来进行业务扩展。模板内容包括基础的用户管理和权限管理、日志管理、集成第三方登录,整合laravel-echo-server 实现了websocket 做到了消息的实时推送,并在此基础上,实现了聊天室和客服功能。权限管理包括后端Token认证和前端vue.js的动态权限,解决了前后端完整分离的情况下,vue.js的认证与权限相关的痛点,已在本人的多个项目中集成使用。
-
Updated
Jun 7, 2020 - PHP
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
-
Updated
Oct 7, 2017 - Python
npm install error : 依赖的包(ssh://github.com/surmon-china/mongoose-paginate.git)不存在
i@mingbai:~/node/nodepress$ npm install
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/surmon-china/mongoose-paginate.git
npm ERR!
npm ERR! Permission denied (publickey).
npm ERR! fatal: 无法读取远程仓库。
npm ERR!
npm ERR! 请确认您有正确的访问权限并且仓库存在。
npm ERR!
npm ERR! ex
-
Updated
Feb 14, 2019 - Java
NBB's REST-ish API Design Guide
-
Updated
Nov 29, 2018
http://wiki.freepascal.org/pas2js
Razor style scripting using pascal would be a nice addition.
Hello, world!
The time on the server is @DateTime.Now
The ability pass a model the page, interop with javascript, dom, etc..
Improve this page
Add a description, image, and links to the restful-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the restful-api topic, visit your repo's landing page and select "manage topics."


Description
This utility can monitor open files number count (in real-time)?
Example count open files in the Linux machine, and count open files group by existing users.
Versions
Nothing
Logs
Nothing