Go to file
2024-06-17 18:20:04 +03:00
.github/workflows Workflows 2023-06-06 14:37:04 +03:00
scripts FE-881: Claim management selection (#1) 2019-07-16 15:41:45 +03:00
spec Add additional info 2024-06-17 18:07:42 +03:00
web FE-881: Claim management selection (#1) 2019-07-16 15:41:45 +03:00
.gitignore TD-625: New frontend codegen (#23) 2023-06-26 15:04:08 +04:00
.prettierignore FE-881: Claim management selection (#1) 2019-07-16 15:41:45 +03:00
.prettierrc FE-881: Claim management selection (#1) 2019-07-16 15:41:45 +03:00
gulpfile.js FE-881: Claim management selection (#1) 2019-07-16 15:41:45 +03:00
LICENSE Let's make it opensource (#35) 2021-10-06 11:53:04 +03:00
package-lock.json Update dependency shelljs to ^0.8.0 [SECURITY] (#19) 2024-01-09 17:25:52 +07:00
package.json Update dependency shelljs to ^0.8.0 [SECURITY] (#19) 2024-01-09 17:25:52 +07:00
pom.xml refactor ci (#1) 2022-01-31 12:21:08 +03:00
README.md BJ-532: Claim Management. Create client/server build (#3) 2019-07-18 18:58:34 +03:00
renovate.json refactor ci (#1) 2022-01-31 12:21:08 +03:00

swag-claim-management

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://git@github.com:antonlva.github.io/rbkmoney-api-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 😄

Пример подключения в проект клиентской зависимости:

<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>claim-management</artifactId>
    <version>1.45-5184fdc-client</version>
</dependency>

Пример подключения в проект серверной зависимости:

<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>claim-management</artifactId>
    <version>1.45-5184fdc-server</version>
</dependency>

Нельзя использовать две зависимости одновременно (из-за одинакового пути в package)