I wonder what everyone is using to test and document an Elixir/Phoenix JSONAPI.
Something like rspec_api_documentation for Rails but of course for Elixir/Phoenix
2 Likes
I haven’t used them yet, but I recently starred shouldi
for general higher-level testing, and maru_swagger
for the maru microframework.
2 Likes
@uranther, shouldi looks good
1 Like