Draft

First step to be a millionaire - exchange rates Kata

Description
Loading description...
View
AllIssues5QuestionsSuggestionsShow Resolved
  • Please sign in or sign up to leave a comment.
  • hobovsky Avatar

    Unpublishing due to many unresolved issues.

  • FArekkusu Avatar

    As of now (August 2019) you have to register an account on their website to be able to send API requests, and the tests expect you to return a json response with an error message stating that the request is incorrect.

    Note: I've removed the case which actually disallowed passing the tests, but the kata is beyond repair.

  • FArekkusu Avatar

    The function name should be in snake_case.

  • Voile Avatar

    A kata about calling third party APIs are not very good material because it depends on that website being available in the near future, which might or might not happen.

  • Voile Avatar

    Needs random tests

  • Voile Avatar

    Expected and actual argument in the tests are flipped.