Docs Menu
- Introduction to Syncloop
- Quick Start Syncloop
- 
                            API Developer Guide
                            - 
                                    middleware
                                    - 
                                            pub
                                            - adapter
- authorization
- client
- collection
- date
- docList
- file
- graphQL
- io
- json
- jwt
- math
- platform
- security
- server
- service
- specs
- sql
- string
                                                    - bytesToHexString
- bytesToString
- compare
- compareStrings
- concat
- decodeBase64
- decodeHTML
- encodeBase64
- encodeHTML
- equals
- equalsIgnoreCase
- escapeSQL
- fromXML
- htmlDecode
- htmlEncode
- indexOf
- isAlphanumeric
- isBlank
- isDate
- isEmpty
- isNumber
- length
- lookupDict
- maskString
- messageDigest
- messageFormat
- NullOrWhiteSpc
- objectToString
- padLeft
- replace
- rightPad
- stringConcat
- stringIndexOf
- stringToBytes
- subString
- TextArrayToTextString
- TextListCollector
- tokenize
- toLower
- toString
- toUpper
- trim
- urlDecode
 
- tenant
- util
- xml
 
 
- 
                                            pub
                                            
 
- 
                                    middleware
                                    
- User Guide
- FAQs
- Java Docs
- Blogs
API Developer Guide / middleware / pub / specs / postman / v3 / import
                                Service: import
This service is responsible for importing content, such as code or data, and generating client and server components based on the input.
Input Parameter:
| Name | Type | Description | 
| content: | String | The content, often in text form, to be imported and processed. | 
| generateClient: | Boolean | A boolean flag that, when set to true, indicates that client-related services should be generated based on the imported content. | 
| generateServerStub: | Boolean | A boolean flag that, when set to true, indicates that server-related services should be generated based on the imported content. | 
| packageName: | String | The name of the package or namespace to be used for organizing the generated client and server components. | 
Output Parameter:
| Name | Type | Description | 
| clientServices: | Document | A document containing the generated client-related services or components based on the imported content. | 
| serverServices: | Document | A document containing the generated server-related services or components based on the imported content. |