https://github.com/oldratlee/io-api
π generic API design example by I/O, the demo implementation of https://dzone.com/articles/generic-inputoutput-api-java
https://github.com/oldratlee/io-api
api api-design demo design generic io io-api java
Last synced: about 2 months ago
JSON representation
π generic API design example by I/O, the demo implementation of https://dzone.com/articles/generic-inputoutput-api-java
- Host: GitHub
- URL: https://github.com/oldratlee/io-api
- Owner: oldratlee
- License: apache-2.0
- Created: 2013-02-16T13:18:29.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T22:13:37.000Z (2 months ago)
- Last Synced: 2025-04-02T05:43:11.458Z (2 months ago)
- Topics: api, api-design, demo, design, generic, io, io-api, java
- Language: Java
- Homepage: https://github.com/oldratlee/io-api
- Size: 1.16 MB
- Stars: 65
- Watchers: 4
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README-EN.md
- License: LICENSE
Awesome Lists containing this project
README
# π IO API Design
:book: English Documentation | [:book: δΈζζζ‘£](README.md)
------------------------------
- [Function of Package](#function-of-package)
- [More Info](#more-info)------------------------------
The demo implementation of the generic io api supplied in blog [A generic input/output API in Java](https://web.archive.org/web/20130216100207/http://www.jroller.com/rickard/entry/a_generic_input_output_api) (PS: [Original blog link]((http://www.jroller.com/rickard/entry/a_generic_input_output_api) is broken...)
Function of Package
-------------------- package `com.oldratlee.io.core`
core interfaces
- package `com.oldratlee.io.core.filter`
implementation class of `Filter`
- package `com.oldratlee.io.utils`
utils classes
- package `com.oldratlee.io.demo`
`Main` classes of Demo sampleMore Info
-------------------- Question or Issue: https://github.com/oldratlee/io-api/issues