Skip to content
Snippets Groups Projects
  1. Mar 11, 2021
  2. Feb 26, 2021
    • Andreas Ellewsen's avatar
      Add models and get_batch_errors method · cf89b7fc
      Andreas Ellewsen authored
      - Both get_batch_errors and get_batch_complete now return objects
        unless the client parameter return_objects is set to False
      - Tests for models, endpoints and client methods are included.
      cf89b7fc
  3. Feb 25, 2021
  4. Feb 24, 2021
  5. Feb 04, 2021
  6. Jan 28, 2021
  7. Jan 22, 2021
  8. Jan 20, 2021
  9. Aug 21, 2020
    • Andreas Ellewsen's avatar
      Add client, models and tests · b8d88940
      Andreas Ellewsen authored
      Introduces SetraClient. The client is made
      for use against the SETRA(SEntralt TRAnsaksjonslager) API.
      
      There are models for Batch, Voucher, Transaction and Multi, where Multi is
      a combination of the preceding, The Multi model validates that the batchid
      of the voucher matches the batch included, and that the voucherid of the
      transactions matches one of the included vouchers.
      
      Tests have also been included for the client itself, the endpoints, and
      the models.
      
      Configuration for tox, Jenkins and gitlab-ci are included for running
      tests and building the client.
      b8d88940
Loading