FudanSELab / train-ticket

Train Ticket - A Benchmark Microservice System
http://139.196.152.44:32677
Apache License 2.0
705 stars 239 forks source link

API specification document #134

Open QuanQuanoooooo opened 3 years ago

QuanQuanoooooo commented 3 years ago

What would you like to be added

API specification documents

Why is this needed

API specifications may be required when want to do RESTful API testing

Additional context

For example: 90FC6E3D-7445-4EE9-B723-FBC2073AA6CB When I want to use /api/v1/users/login to get token, I don't know the parameters in the body.

And ts-auth-service: 12340 But in 12340/swagger-ui.html: 2EA3D17E-CA0F-4FB7-A0D0-32B3217D0DC6

However, with ts-travel-service:12346, API specifications for both of these methods could be seen in both ways. 717D3C18-3B8B-45A8-8797-993A19B7444D 74F66944-4ABB-45D6-8784-E4AB2F7A8395

Could I get help with the API specification docs? Thank you very much.

zhongyuanzhao000 commented 3 years ago

Sorry,our team don't have the plan to add the entire API specification docs recently. If you really need the docs,you can find the detail parameters in source codes. Thanks for your issue!