API
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 2,151 public repositories matching this topic...
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?
OpenApi 3.0 #340 descriptions are valid CommonMark syntax, currently they are as is to target asciidoc file. However, description content should be converted to asciidoc format from md
Bug 奖励机制
为了让 Component 更好, 我设计了这个奖励机制. 凡是满足以下的条件的 bug 都会奖励 25 元的奶茶钱. 钱虽然不多, 重在感谢
Bug 满足条件
- 必须是能复现的
- 必须是
Component项目中的bug, 不能是其他第三方库的,Idea Plugin不算在其中. 因为插件属于帮助性的工具, 出问题也不影响你们开发 - 必须是没有其他人反馈过的
Bug - 必须是我认可的:首先如果真的是
bug, 我不会为了这点钱死皮赖脸不承认. 因为之前看下来, 很多 bug 都是用户自己配置有问题或者代码写的不对引起的, 并不是框架的问题. 所以这个是需要我来判断的. 当然了, 你足够了解 Component 的话, 你自己也会知道到底是不是 Component 的问题
所有发现 bug 受奖励的名单, 会持续更新(
CRAP - 开源API接口管理平台 | 完全开源、免费使用的API接口管理系统、BUG管理系统:API接口管理、文档管理、数据库表管理、接口调试、浏览器调试插件、导出word&pdf接口…..,采用SpringMVC + MyBatis + Lucene + Bootstrap + Angularjs + Iconfont + Guava Cache ,线上使用地址:http://api.crap.cn
-
Updated
Jun 14, 2020 - Java
Currently, when we test different transports (tcp, unix socket, etc etc), we run the full test suite:
https://github.com/docker-java/docker-java/blob/21583b51e02c129ead0732fbe235d02eb608e341/.travis.yml#L24-L43
However, it is enough to run a subset that can be affected by changing the transport.
This should dramatically improve the CI times and make it more stable.
We should start using https://github.com/all-contributors/all-contributors to fully recognize the people who contribute to this project, both with code and via answering questions.
Gravitee.io - API Management - OpenSource API Gateway
-
Updated
Jun 18, 2020 - Java
- Framework version: 1.4
- Implementations: Spring Boot 2
Scenario
Using SAM cli pass the alb request
sam local invoke -e alb-post.json
Here is the alb-post.json:
`{
"requestContext": {
"elb": {
"targetGroupArn": "arn:aws:elasticloadbalancing:us-east-2:123456789012:targetgroup/lambda-279XGJDqGZ5rsrHC2Fjr/49e9d65c45c6791a"
}
},
"httpMethod": "POST",
"path":
Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
-
Updated
Jan 14, 2018 - Java
Currently there is no way to update the pull request with the latest upstream changes, when using the library. Github has provided a REST endpoint for it - https://developer.github.com/v3/pulls/#update-a-pull-request-branch
It will be good use case to add to the library.
Discord4J is a fast, powerful, unopinionated, reactive library to enable quick and easy development of Discord bots for Java, Kotlin, and other JVM languages using the official Discord Bot API.
-
Updated
Jun 17, 2020 - Java
A magical api documentation generator without annotation for springboot.
-
Updated
Jun 17, 2020 - Java
Hprose is a cross-language RPC. This project is Hprose 2.0 for Java
-
Updated
Apr 23, 2018 - Java
REST web service for the true real-time scoring (<1 ms) of R, Scikit-Learn and Apache Spark models
-
Updated
May 24, 2020 - Java
Currently we are using unittest (from the stdlib) but the integration is far from perfect. Maybe https://docs.pytest.org/en/latest/ will be a better choice.
The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
-
Updated
May 2, 2019 - Java
From twitter:
https://twitter.com/bbrannic/status/1077892960426041344
The following repo has a good reporting solution which expects the test-run results in JSON format
https://github.com/damianszczepanik/cucumber-reporting
Zerocode already produces test-run results in JSON format.
Some subset of data from this is used for CSV reporting and some for HTML reporting.
Currently it uses _e
From issue #432:
I'd also suggest updating the JavaDoc to better indicate the API behavior: From what I've observed, it only cares about the Date part of the DateSent parameter. (Trying to get the last 30s of messages returns the full day's worth of messages.) I think making a note of that in the JavaDoc would help out new users.
Acceptance Criteria:
- Reproduce the above behavior
- Up
Open source back-end server for web, mobile and IoT. The backend for busy developers. (self-hosted or hosted)
-
Updated
Jun 6, 2020 - Java
一个基于 Material Design 风格设计的图书展示类App,豆瓣图书,在线电子书。
-
Updated
Dec 12, 2018 - Java
Hi I have been trying to make the rest2soap-json example work with another more complex SOAP API. I find it difficult to configure the xsl files with respect to parsing data from JSON body of the request.
It is stated here that the body is directly converted to XML in case appropriate Content-Type head
MVP pattern example on Android: no Dagger or RxJava example
-
Updated
May 5, 2017 - Java
- Wikipedia
- Wikipedia


有很多开发者朋友问我有没有类似的前台项目、后台管理项目的种子项目,其实都是类似的,区别在于这些项目需要模版引擎(不建议使用JSP)和静态资源(
css、js、img)的支持,稍微调整下即可适用,按照MVC的分层来说的话差异的只是视图层,下面是基于Thymleaf模板引擎的改造步骤,供参考。