Skip to content

Commit

Permalink
#1885: Update API documentation endpoints (#798)
Browse files Browse the repository at this point in the history
* Update new API documentation endpoints

* Resolve audit

* Resolve license audit issues

* Update plugins test

* Add tests for Config

* Force update event-stream to 4.0.1 to fix license audit

* Refactor API_DOCUMENTATION_ENDPOINTS TO API_DOC_ENDPOINTS_ENABLED
  • Loading branch information
oderayi authored Dec 11, 2020
1 parent eb5fdbb commit 6286b5e
Show file tree
Hide file tree
Showing 9 changed files with 2,036 additions and 320 deletions.
1 change: 0 additions & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"reject": [
"hapi-swagger",
"tape",
"ilp-packet"
]
Expand Down
11 changes: 11 additions & 0 deletions audit-resolve.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"decisions": {
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1607524629783,
"expiresAt": 1608129418895
}
},
"rules": {},
"version": 1
}
1 change: 1 addition & 0 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"MAX_BYTE_SIZE": 10000000,
"EXPIRES_IN_MS": 1000
},
"API_DOC_ENDPOINTS_ENABLED": true,
"KAFKA": {
"TOPIC_TEMPLATES": {
"PARTICIPANT_TOPIC_TEMPLATE": {
Expand Down
Loading

0 comments on commit 6286b5e

Please sign in to comment.