This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add REST Server support for returning transactions (#4291)
* Create APIKEY support to composer-rest-server Signed-off-by: Nicola Paoli <[email protected]> * [APIKEY] Add control for APIKEY when processing requests to the REST API * [APIKEY] Add flag to specifiy APIKEY when starting composer-rest-server via cmd or env Var COMPOSER_APIKEY * [APIKEY] Add Unit Test to access the REST API using an APIKEY * [APIKEY] Add Documentation for using the APIKEY to access the REST API * [APIKEY] Small fix on text * [APIKEY_FIX] Typo corrections for 'API key' Signed-off-by: Nicola Paoli <[email protected]> * [APIKEY_FIX] Removing Authentication from API Key Unit Test Signed-off-by: Nicola Paoli <[email protected]> * Small fix for readability Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Add support for transactions with @returns functionality Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Add testing for transactions with @returns functionality Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Add support for transactions with @returns functionality Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Fix eslint on discover returning transactions Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Add support for @returns transactions to REST Server Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Test @returns transactions support to REST Server Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Add support for transactions @returns Concepts array Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Add unit test coverage for transaction with @returns functionality Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Add unit test coverage when returning an array of concepts Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Remove customised route for returning transactions Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Fix method descriptions Signed-off-by: Nicola Paoli <[email protected]> * [#4245]: Remove console statement on returning transactions Signed-off-by: Nicola Paoli <[email protected]>
- Loading branch information
1 parent
98f6856
commit d3d7794
Showing
9 changed files
with
1,547 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.