API testing with clojure clj-http library. Testing is done using free APIs from https://jsonplaceholder.typicode.com/
There are a few prerequisites to run the tests.
- JDK (I recommend Java 11 or 16). Here are some installation tips from Oracle.
- Leiningen, a build tool for Clojure.
Before running any tests it's recommended to run
lein deps
to download all necessary dependencies.
Tests can be run by using the following command in your terminal:
lein run-tests
or
./run-tests
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.