Actions
REST API Server » History » Revision 1
Revision 1/2
| Next »
Tom Clegg, 04/10/2013 02:01 PM
REST API Server¶
The Arvados API server provides controlled access to the Arvados subsystems. Its responsibilities include:
- Authenticating users (people) and clients (programs) using OAuth2 and client registration
- Authorizing each transaction (applying the permission model)
- Enforcing constraints on certain object properties (e.g., Collection UUID must equal MD5)
- Assigning UUIDs to objects
The API server is implemented in Ruby on Rails, with a PostgreSQL database.
Updated by Tom Clegg over 11 years ago · 1 revisions