Go to file
2021-01-14 13:58:33 +03:00
build_utils@ccf618949b Bump build utils (#22) 2020-12-11 15:41:17 +03:00
scripts FE-881: Claim management selection (#1) 2019-07-16 15:41:45 +03:00
spec BJ-1031: Add CommentChanged and FileChanged modifications (#28) 2021-01-14 13:58:33 +03:00
web FE-881: Claim management selection (#1) 2019-07-16 15:41:45 +03:00
.gitignore BJ-532: Claim Management. Create client/server build (#3) 2019-07-18 18:58:34 +03:00
.gitmodules FE-881: Claim management selection (#1) 2019-07-16 15:41:45 +03: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
Jenkinsfile BJ-532: Claim Management. Create client/server build (#3) 2019-07-18 18:58:34 +03:00
Makefile BJ-532: Claim Management. Create client/server build (#3) 2019-07-18 18:58:34 +03:00
package.json FE-881: Claim management selection (#1) 2019-07-16 15:41:45 +03:00
pom.xml Bump java build dependencies (#17) 2020-10-27 17:45:18 +03:00
README.md BJ-532: Claim Management. Create client/server build (#3) 2019-07-18 18:58:34 +03:00
wercker.yml Bump build utils (#22) 2020-12-11 15:41:17 +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)