-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #662 from energywebfoundation/develop
Updating prod with develop
- Loading branch information
Showing
51 changed files
with
1,116 additions
and
298 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* text=auto eol=lf |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"extends": ["github>energywebfoundation/shared-configs"], | ||
"assignees": ["Harasz", "JGiter"], | ||
"reviewers": ["Harasz", "jrhender", "JGiter"] | ||
"reviewers": ["Harasz", "jrhender", "JGiter"], | ||
"ignoreDeps": ["didStoreInfura"] | ||
} |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Class: CIDPipe | ||
|
||
[common/cid.pipe](../modules/common_cid_pipe.md).CIDPipe | ||
|
||
## Implements | ||
|
||
- `PipeTransform` | ||
|
||
## Table of contents | ||
|
||
### Constructors | ||
|
||
- [constructor](common_cid_pipe.CIDPipe.md#constructor) | ||
|
||
### Methods | ||
|
||
- [transform](common_cid_pipe.CIDPipe.md#transform) | ||
|
||
## Constructors | ||
|
||
### constructor | ||
|
||
• **new CIDPipe**() | ||
|
||
## Methods | ||
|
||
### transform | ||
|
||
▸ **transform**(`cid`): `CID` | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `cid` | `string` | | ||
|
||
#### Returns | ||
|
||
`CID` | ||
|
||
#### Implementation of | ||
|
||
PipeTransform.transform |
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
58 changes: 58 additions & 0 deletions
58
docs/api/classes/modules_ipfs_ipfs_controller.IPFSController.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Class: IPFSController | ||
|
||
[modules/ipfs/ipfs.controller](../modules/modules_ipfs_ipfs_controller.md).IPFSController | ||
|
||
## Table of contents | ||
|
||
### Constructors | ||
|
||
- [constructor](modules_ipfs_ipfs_controller.IPFSController.md#constructor) | ||
|
||
### Methods | ||
|
||
- [get](modules_ipfs_ipfs_controller.IPFSController.md#get) | ||
- [save](modules_ipfs_ipfs_controller.IPFSController.md#save) | ||
|
||
## Constructors | ||
|
||
### constructor | ||
|
||
• **new IPFSController**(`ipfsService`) | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `ipfsService` | [`IPFSService`](modules_ipfs_ipfs_service.IPFSService.md) | | ||
|
||
## Methods | ||
|
||
### get | ||
|
||
▸ **get**(`cid`): `Promise`<`string`\> | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `cid` | `CID` | | ||
|
||
#### Returns | ||
|
||
`Promise`<`string`\> | ||
|
||
___ | ||
|
||
### save | ||
|
||
▸ **save**(`credential`): `Promise`<`string`\> | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `credential` | `string` \| `object` | | ||
|
||
#### Returns | ||
|
||
`Promise`<`string`\> |
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.