0.2.0 • Published 4 years ago

culture-data-format v0.2.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 years ago

ORXE-CULTURE-SCRIPT

This package provides an an executable script, by name orxe-culture-format.

This script is required for formatting culture resources in different formats.

Data Format is decided as per the upload and response from enablement team.

Example:

Developer will be writting JSON in following format.

{
  "hello_world": {
    "value": "Hello World",
    "desc": "Description For Hello World"
  }
}

This JSON will be formated as per the requirement of payload and response from the enablement team.

Payload (JSON FILE which will be provided to Enablement Team)

{
    "content": [
        {
            "key":"hello_world","value":"Hello World","desc":"Description For Hello World"}
        ]
    }

Response which we will be getting from enablement team.

    {
        "hello_world":"Hello World"
    }
0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago