interledgerjs / ilp-connector

Reference implementation of an Interledger connector.
Other
135 stars 53 forks source link

Added openapi spec under documentation directory #491

Closed AyAggarwal closed 8 months ago

AyAggarwal commented 5 years ago

v.2, being developed here: https://studio.apicur.io/apis/12550

jsf-clabot commented 5 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 5 years ago

Codecov Report

Merging #491 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #491   +/-   ##
=======================================
  Coverage   66.64%   66.64%           
=======================================
  Files          44       44           
  Lines        1826     1826           
  Branches      309      309           
=======================================
  Hits         1217     1217           
  Misses        483      483           
  Partials      126      126

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ff20aff...2a52460. Read the comment docs.

martinlowinski commented 5 years ago

Maybe it makes sense to add the .yaml extension to the spec file?

adrianhopebailie commented 5 years ago

I cleaned up the .DS files and renamed the file to match common patterns (and have an extension)

AyAggarwal commented 5 years ago

@sappenin I added a README, and reformatted the directory. My thought is that the Reference section from the root directory's readme could go in this documentation directory.

codecov-commenter commented 4 years ago

Codecov Report

Merging #491 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #491   +/-   ##
=======================================
  Coverage   66.64%   66.64%           
=======================================
  Files          44       44           
  Lines        1826     1826           
  Branches      309      309           
=======================================
  Hits         1217     1217           
  Misses        483      483           
  Partials      126      126           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ff20aff...2a52460. Read the comment docs.

westurner commented 4 years ago

Is there another source for ILP specs as OpenAPI specs?