An open API service indexing awesome lists of open source software.

https://github.com/zieiony/swaggerparserandroid

swagger-parser working on Android (Java 1.6)
https://github.com/zieiony/swaggerparserandroid

android swagger swagger-parser

Last synced: 13 days ago
JSON representation

swagger-parser working on Android (Java 1.6)

Awesome Lists containing this project

README

          

# SwaggerParserAndroid
swagger-parser working on Android (Java 1.6)

This is a fork of [https://github.com/swagger-api/swagger-parser](https://github.com/swagger-api/swagger-parser) working on Android. For information on how to use the library visit the original repository.

Changes:

- slf4j replaced with plain Android logs
- streams replaced with this backport: https://github.com/aNNiMON/Lightweight-Stream-API
- nio replaced with this backport: https://github.com/lukhnos/nnio