https://github.com/sergiandreplace/rarest
https://github.com/sergiandreplace/rarest
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergiandreplace/rarest
- Owner: sergiandreplace
- Created: 2013-07-21T23:57:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-20T14:02:08.000Z (over 10 years ago)
- Last Synced: 2025-03-27T12:11:54.061Z (about 1 month ago)
- Language: Java
- Homepage: rarestandroid.com
- Size: 563 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rarest
======
IntroductionRaREST is an Androd library intended to simplify the access to RESTful services, or any other service based on HTTP verbs and form content.
RaREST core component is the configuration file, an xml file with an specific format that contains all the information needed to execute the REST services. The configuration files uses a parent-child configuration for services that helps reducing verbosity of recurrent parameters (ex.: user token)
RaREST library can load one or more configuration files on runtime containing services that can be easily invoked from code.