Skip to content
Orhan Obut edited this page Aug 9, 2015 · 22 revisions

Wasp is a compact and easy to use, 'all-in-one' network solution. Wasp uses the interface approach of retrofit with Volley network stack and adds functionalities such as MOCK, Certificate management, Cookie management and more. Basically it provides a universal solution for all your networking needs.

Wasp internally uses:

  • Volley for the network stack
  • Gson for parsing
  • OkHttp for the http stack

Wasp provides:

  • Easy implementation
  • MOCK response via text file or auto generated from model class!
  • Request Interceptors to add attributes (query params, headers, retry policy) to each call
  • Call based headers
  • Call based endpoint url
  • Call based retry policy
  • Cookie management
  • Certificate management
  • Painless Image loading

Wasp aims :

  • There are many open issues to contribute. Get this chance to contribute and improve your knowledge!
  • We want to make something that is useful and also motivates people to contribute
Clone this wiki locally