# rest.li
**Repository Path**: qgao/rest.li
## Basic Information
- **Project Name**: rest.li
- **Description**: A good REST framework by LinkedIn
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2017-05-26
- **Last Updated**: 2024-06-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Rest.li is an open source REST framework for building robust, scalable RESTful
architectures using type-safe bindings and asynchronous, non-blocking IO. Rest.li
fills a niche for applying RESTful principals at scale with an end-to-end developer
workflow for building REST APIs, which promotes clean REST practices, uniform
interface design and consistent data modeling.
Source | Documentation | Discussion Group
Features
--------
* [End-to-end framework](https://github.com/linkedin/rest.li/wiki/Rest.li-User-Guide#development-flow) for building RESTful APIs
* Approachable APIs for writing non-blocking client and server code using [ParSeq](https://github.com/linkedin/parseq)
* Type-safe development using generated data and client bindings
* [JAX-RS](http://en.wikipedia.org/wiki/Java_API_for_RESTful_Web_Services) inspired annotation driven server side resource development
* Engineered and battle tested for high scalability and high availability
* Optional [Dynamic Discovery](https://github.com/linkedin/rest.li/wiki/Dynamic-Discovery) subsystem adds client side load balancing and fault tolerance
* Backward compatibility checking to ensure all API changes are safe
* Support for batch operations, partial updates and projections
* [Web UI](https://github.com/linkedin/rest.li-api-hub) for browsing and searching a catalog of rest.li APIs.
Website
-------
[http://rest.li](http://rest.li)
Documentation
-------------
See our [wiki](https://github.com/linkedin/rest.li/wiki) for full documentation and examples.
Community
---------
* Discussion Group: [Linkedin Rest.li Group](http://www.linkedin.com/groups/Restli-4855943)
* Follow us on twitter: [@rest_li](https://twitter.com/rest_li)
* Issue Tracking: [github issue tracking](https://github.com/linkedin/rest.li/issues)
Quickstart Guides and Examples
------------------------------
* [Quickstart - a step-by-step tutorial on the basics](https://github.com/linkedin/rest.li/wiki/Quickstart:-A-Tutorial-Introduction-to-Rest.Li)
* [Guided walkthrough of an example application](https://github.com/linkedin/rest.li/wiki/Quick-Start-Guide)