Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • All methods are named as documented on the Fedora REST API wiki page.
  • Required arguments are expected in the order listed in the documentation.
  • Optional arguments are acquired using Python's builtin argument dictionary syntax where each optional argument is passed as a name=value pair.
    • EXCEPTION : for the ingest() method, pid is defaulted to 'new' in the Python implementation.
  • Methods documented as "Not implemented" exist in the code but return a Python NotImplementedError exception.
  • All REST API methods return an instance of the FCRepoResponse class descibed described below.

FCRepoRequestFactory class

...