awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add ScanAPI

Open camilamaia opened this issue 4 years ago • 5 comments

What is this Python project?

A framework for your API that provides:

  • Automated Integration Testing
  • Automated Live Documentation

Given an API specification, written in YAML/JSON format, ScanAPI hits the specified endpoints, runs the test cases, and generates a detailed report of this execution - which can also be used as the API documentation itself.

With almost no Python knowledge, the user can define endpoints to be hit, the expected behavior for each response and will receive a full real-time diagnostic report of the API!

Website Main Repo Content created by the community

What's the difference between this Python project and similar ones?

  1. It works for any REST API, doesn't matter how it was built;
  2. It is extremely useful for testing and documenting both owned and third-party APIs;
  3. It is possible to chain requests, which is essential for testing complex scenarios;
  4. The documentation is automatically generated, it never gets outdated;
  5. It is simple. The syntax is simple, and it requires almost no language-specific knowledge;
  6. It is extremely flexible, once pure python code is accepted in the specification;
  7. There is nothing in the market that does what ScanAPI does.

--

Anyone who agrees with this pull request could submit an Approve review to it.

camilamaia avatar Jun 15 '21 19:06 camilamaia

Hey @vinta, is there any way I can help to have this PR merged? It would be awesome for ScanAPI's visibility to appear here at awesome-python

camilamaia avatar Aug 03 '21 13:08 camilamaia

Hey 👋
Is there anything missing for this PR to be merged?

astenstrasser avatar Apr 13 '22 16:04 astenstrasser

Hi @vinta is there anything missing for this PR to be merged? It's a awesome python project!

uesleicarvalhoo avatar Jul 08 '22 21:07 uesleicarvalhoo

Hey @vinta 👋 Is there anything missing for this PR to be merged?

camilamaia avatar Feb 13 '23 09:02 camilamaia