Introduction to Sample Interface Service Along with this project, I devised a sample interface service, and you can use it to familiarize how to play with ApiTestEngine.
This sample service mainly has two parts:
Authorization, each request of other APIs should sign with some header fields and get token first. RESTful APIs for user management, you can do CRUD manipulation on users. As you see, it is very similar to the mainstream production systems.