You've already forked cashId
minor fixes
This commit is contained in:
@@ -196,13 +196,13 @@ The **Signature** must comply to the "\x18Bitcoin Signed Message:\n#{message.siz
|
|||||||
|
|
||||||
Metadata is stored as a JSON object with property names matching the requested field names. Fields that has multiple values (for example social media accounts) is stored as a JSON object with property names matching their identifier and the data matching the field description.
|
Metadata is stored as a JSON object with property names matching the requested field names. Fields that has multiple values (for example social media accounts) is stored as a JSON object with property names matching their identifier and the data matching the field description.
|
||||||
|
|
||||||
For example, if the request contains **r=i12&o=c** the metadata part of the request answer would look like this:
|
For example, if the request contains **r=i12&o=c** the metadata part of the request answer could look like this:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
metadata:
|
metadata:
|
||||||
{
|
{
|
||||||
'name': 'John',
|
'name': 'John',
|
||||||
'last name': 'Doe',
|
'family': 'Doe',
|
||||||
'email': 'johndoe@gmail.com',
|
'email': 'johndoe@gmail.com',
|
||||||
'social':
|
'social':
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user