Go to file
Артем ec7a406e9e
Merge pull request #21 from valitydev/TD-324/ft/remove_enums
TD-324: Remove enums and digital wallet provider qiwi
2022-06-28 15:16:32 +03:00
.github/workflows TD-248: Update frontend codegen (#17) 2022-04-12 18:00:52 +03:00
openapi Revert "added example of get crypto currencies handle" 2022-06-28 10:08:28 +03:00
.gitignore Remove geolocation 2022-04-12 15:33:52 +03:00
.redocly.yaml TD-253: Add frontend codegen (#15) 2022-03-31 18:56:42 +03:00
LICENSE Let's make it opensource 2021-09-10 14:58:59 +03:00
openapitools.json TD-253: Add frontend codegen (#15) 2022-03-31 18:56:42 +03:00
package-lock.json TD-248: Update frontend codegen (#17) 2022-04-12 18:00:52 +03:00
package.json TD-248: Update frontend codegen (#17) 2022-04-12 18:00:52 +03:00
pom.xml Build upd 2022-01-24 15:40:36 +03:00
README.md Build impl + renovate + actualization 2022-01-24 14:29:19 +03:00
renovate.json Update renovate config 2022-02-21 13:53:48 +03:00

Vality Analytics API Specification (OpenAPI 3.0)

Working on specification

Install

  1. Install Node JS
  2. Clone repo and cd
    • Run npm install

Usage

  1. Run npm start
  2. Checkout console output to see where local server is started. You can use all links (except preview) by replacing https://github.com/valitydev/docs.git with url from the message: Server started <url>
  3. Make changes using your favorite editor or swagger-editor (look for URL in console output)
  4. All changes are immediately propagated to your local server, moreover all documentation pages will be automagically refreshed in a browser after each change TIP: you can open swagger-editor, documentation and swagger-ui in parallel
  5. Once you finish with the changes you can run tests using: npm test
  6. Share you changes with the rest of the world by pushing to GitHub 😄