sebnow / aur2

Complete rewrite of the Archlinux User Repository
http://aur.archlinux.org
11 stars 3 forks source link

API #1

Open sebnow opened 14 years ago

sebnow commented 14 years ago

There is a very primitive and incomplete API implemented. This needs to be expanded to at least rival the current API implementation, and ideally implement all of the new API design.

Using Django Piston has been suggested, and it seems to be a nice library gaining popularity.

sebnow commented 14 years ago

Chris has provided us with a preliminary implementation (read-only support at this point) (927ddf10aaa41b8a522a1519a680f522a47b579b) using Django Piston. We have the structure of the implementation, now we just need to fill in creating/deleting packages!