cesarbruschetta / load-system

Loan Management System
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Documentation of REST API - (Dario) #10

Open julianeventeu opened 5 years ago

julianeventeu commented 5 years ago

Development of Loan API documentation based on RAML pattern.

The RAML specification is available in https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/

The documentation should contain the endpoints to create a LOAN, a PAYMENT and obtain de BALANCE. It to need to describe responses affirmatives and negatives in each endpoint.

cesarbruschetta commented 5 years ago

@dariodinizg Do not forget to open the PR, I saw that you created a branch with your code.

dariodinizg commented 5 years ago

Done!