Skip to content

Commit

Permalink
fix(core): update readme
Browse files Browse the repository at this point in the history
gh-0
  • Loading branch information
samarpan-b committed Jul 14, 2021
1 parent 34ea2bf commit 4ec31ca
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 45 deletions.
7 changes: 1 addition & 6 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![LoopBack](https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)[email protected])](http://loopback.io/)



## Overview

`@sourceloop/core` is the [application core](https://jeffreypalermo.com/2008/07/the-onion-architecture-part-1/) for the `sourceloop`. It contains
Expand All @@ -21,13 +19,10 @@
* sequence handlers
* utilities

that are used throughout the service catalog.
that are used throughout the service catalog.

### Installation

```bash
npm install @sourcelooop/core
```



12 changes: 6 additions & 6 deletions services/audit-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ Authorization: Bearer <token> where <token> is a JWT token signed using JWT issu

### Common Responses

200: Successful Response. Response body varies w.r.t API<br/>
401: Unauthorized: The JWT token is missing or invalid<br/>
403: Forbidden : Not allowed to execute the concerned API<br />
404: Entity Not Found<br />
400: Bad Request (Error message varies w.r.t API)<br />
201: No content: Empty Response<br />
200: Successful Response. Response body varies w.r.t API
401: Unauthorized: The JWT token is missing or invalid
403: Forbidden : Not allowed to execute the concerned API
404: Entity Not Found
400: Bad Request (Error message varies w.r.t API)
201: No content: Empty Response

#### API Details

Expand Down
12 changes: 6 additions & 6 deletions services/authentication-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ Authorization: Bearer <token> where <token> is a JWT token signed using JWT issu

### Common Responses

200: Successful Response. Response body varies w.r.t API<br/>
401: Unauthorized: The JWT token is missing or invalid<br/>
403: Forbidden : Not allowed to execute the concerned API<br />
404: Entity Not Found<br />
400: Bad Request (Error message varies w.r.t API)<br />
201: No content: Empty Response<br />
200: Successful Response. Response body varies w.r.t API
401: Unauthorized: The JWT token is missing or invalid
403: Forbidden : Not allowed to execute the concerned API
404: Entity Not Found
400: Bad Request (Error message varies w.r.t API)
201: No content: Empty Response

#### API Details

Expand Down
12 changes: 6 additions & 6 deletions services/bpmn-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ Authorization: Bearer <token> where <token> is a JWT token signed using JWT issu

### Common Responses

200: Successful Response. Response body varies w.r.t API<br/>
401: Unauthorized: The JWT token is missing or invalid<br/>
403: Forbidden : Not allowed to execute the concerned API<br />
404: Entity Not Found<br />
400: Bad Request (Error message varies w.r.t API)<br />
201: No content: Empty Response<br />
200: Successful Response. Response body varies w.r.t API
401: Unauthorized: The JWT token is missing or invalid
403: Forbidden : Not allowed to execute the concerned API
404: Entity Not Found
400: Bad Request (Error message varies w.r.t API)
201: No content: Empty Response

### API Details

Expand Down
2 changes: 1 addition & 1 deletion services/chat-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.0 (2021-07-14)
## 1.0.0 (2021-07-14)

* fix(core): fix facades bearer verifier to decouple from auth service (#253) ([cb30528](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/cb30528)), closes [#253](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/253)
* docs(all-services): fix readme of all services (#245) ([b8937fa](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/b8937fa)), closes [#245](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/245) [#211](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/211)
Expand Down
12 changes: 6 additions & 6 deletions services/chat-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ Authorization: Bearer <token> where <token> is a JWT token signed using JWT issu

### Common Responses

200: Successful Response. Response body varies w.r.t API<br/>
401: Unauthorized: The JWT token is missing or invalid<br/>
403: Forbidden : Not allowed to execute the concerned API<br />
404: Entity Not Found<br />
400: Bad Request (Error message varies w.r.t API)<br />
201: No content: Empty Response<br />
200: Successful Response. Response body varies w.r.t API
401: Unauthorized: The JWT token is missing or invalid
403: Forbidden : Not allowed to execute the concerned API
404: Entity Not Found
400: Bad Request (Error message varies w.r.t API)
201: No content: Empty Response

#### API Details
2 changes: 1 addition & 1 deletion services/chat-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion services/chat-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/chat-service",
"version": "2.0.0",
"version": "1.0.0",
"description": "chat-service",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -89,5 +89,9 @@
"nyc": "^15.1.0",
"source-map-support": "^0.5.19",
"typescript": "~4.2.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}
12 changes: 6 additions & 6 deletions services/in-mail-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ Authorization: Bearer <token> where <token> is a JWT token signed using JWT issu

### Common Responses

200: Successful Response. Response body varies w.r.t API<br/>
401: Unauthorized: The JWT token is missing or invalid<br/>
403: Forbidden : Not allowed to execute the concerned API<br />
404: Entity Not Found<br />
400: Bad Request (Error message varies w.r.t API)<br />
201: No content: Empty Response<br />
200: Successful Response. Response body varies w.r.t API
401: Unauthorized: The JWT token is missing or invalid
403: Forbidden : Not allowed to execute the concerned API
404: Entity Not Found
400: Bad Request (Error message varies w.r.t API)
201: No content: Empty Response

#### API Details

Expand Down
12 changes: 6 additions & 6 deletions services/notification-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,12 @@ Authorization: Bearer <token> where <token> is a JWT token signed using JWT issu

### Common Responses

200: Successful Response. Response body varies w.r.t API<br/>
401: Unauthorized: The JWT token is missing or invalid<br/>
403: Forbidden : Not allowed to execute the concerned API<br />
404: Entity Not Found<br />
400: Bad Request (Error message varies w.r.t API)<br />
201: No content: Empty Response<br />
200: Successful Response. Response body varies w.r.t API
401: Unauthorized: The JWT token is missing or invalid
403: Forbidden : Not allowed to execute the concerned API
404: Entity Not Found
400: Bad Request (Error message varies w.r.t API)
201: No content: Empty Response

## API's Details

Expand Down

0 comments on commit 4ec31ca

Please sign in to comment.