Platform Team/packagekit-backend-presolve: Difference between revisions

No edit summary
Line 65: Line 65:


The url path is:
The url path is:
'''GET''' /packages
List all supported OLPC platforms.
'''GET''' /packages/''REPOSITORY''
List all supported architectures for the specified OLPC platform.
'''GET''' /packages/''REPOSITORY''/''ARCH''
List supported top-level packages.


  '''GET''' /packages/''REPOSITORY''/''ARCH''/''PACKAGE''
  '''GET''' /packages/''REPOSITORY''/''ARCH''/''PACKAGE''


Where {{Code|REPOSITORY}} and {{Code|ARCH}} come from [[Platform_Team/Open_Build_System|OBS]] {{OBS/repositories|resolve|resolve}} project. Package data served in JSON notation.
Download dependencies graph for the specified package.
 
The {{Code|REPOSITORY}} and {{Code|ARCH}} values come from [[Platform_Team/Open_Build_System|OBS]] {{OBS/repositories|resolve|resolve}} project. Package data served in JSON notation.


== Usage ==
== Usage ==