Skip to content
  1. Jan 11, 2024
  2. Aug 07, 2023
    • jlouvel's avatar
      [yomoni] Update api_token fetching · f83190fb
      jlouvel authored and Damien Mat Jedrzejewski's avatar Damien Mat Jedrzejewski committed
      A first api_token had to be fetched by doing a GET on the login URL.
      Now, this URL does not accept GET requests anymore and the website
      fetches the api_token by directly posting the credentials on this login
      URL.
      f83190fb
  3. May 23, 2023
  4. May 02, 2023
  5. Apr 08, 2023
  6. Mar 05, 2023
  7. Feb 12, 2023
  8. Feb 04, 2023
  9. Jan 29, 2023
  10. Jun 27, 2022
  11. Feb 18, 2022
  12. May 24, 2021
  13. May 10, 2021
  14. Apr 11, 2021
  15. Apr 04, 2021
  16. Oct 28, 2020
  17. Sep 09, 2020
    • Christophe François's avatar
      [yomoni] Fix login · 00db50d3
      Christophe François authored and hydrargyrum's avatar hydrargyrum committed
      The password isn't encoded in base 64 anymore. All connections have been
      set to wrongpass because we sent the password after encoding it.
      00db50d3
  18. Apr 08, 2020
  19. Feb 12, 2020
  20. Oct 23, 2019
    • Lucas Ficheux's avatar
      [yomoni] Fix iter_history regex · 76754334
      Lucas Ficheux authored and hydrargyrum's avatar hydrargyrum committed
      Set flag to re.UNICODE so that re.search has the same behaviour
      in Python 2 and 3.
      
      In Python 2 the default flag is re.ASCII so `\s` doesn't match
      `\xa0` (no-break space) so no transactions were returned except for the
      'Souscription' one.
      76754334
    • Lucas Ficheux's avatar
      [yomoni] Fix transaction fetching · 8ac8e20a
      Lucas Ficheux authored and hydrargyrum's avatar hydrargyrum committed
      The transactions were not fetched because the fetching process
      relies on a regex that no longer matched all transactions.
      
      The json now contains the character ` ` between the amount of the
      transaction and the currency symbol in most transactions.
      
      The string given by the json is now filtered to convert HTML entities
      before fedding it to the regex.
      8ac8e20a
  21. Jun 17, 2019
  22. May 19, 2019
    • Quentin Defenouillere's avatar
      [yomoni] Corrected account.number · 927205bb
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Customers complained that we inserted the hash of the project as
      'account.number' instead of the actual account number (such as 1254 5C
      12352819).
      The project hash is necessary to access the account history so I added
      an attribute account._project_id in order to perform these history
      requests.
      
      Closes: 10526@zendesk
      927205bb
  23. Mar 31, 2019
  24. Mar 16, 2019
  25. Feb 27, 2019
  26. Feb 24, 2019
  27. Jan 06, 2019
  28. Dec 02, 2018
  29. Mar 31, 2018
  30. Dec 16, 2017
    • Sylvie Ye's avatar
      add CapBankWealth and CapBankPockets in bank.py · c4a87b34
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      update CapBank into CapbankWealth when iter_investments is implemented
      update CapBank into CapbankPockets when iter_pockets is implemented
      add CapBankWealth when iter_investments is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      add CapBankPockets when iter_pockets is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      c4a87b34
    • Sylvie Ye's avatar
      [Yomoni] add currency value in account · 0a9d96b7
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      0a9d96b7