logo mef-dev
  • Developer's Guide
    • Plugin basics
    • Introduction
    • Platform overview
    • Plugin guides
    • First UI package
    • Package registration
    • First Backend package
    • Portal package creation
    • REST API
    • REST API using
    • Request Formats
  • Documentation
    • UI Kit documentation
    • Telecom BSS
    • Ui Kit Demo
  • Blog
  • Community
  • EN
    • UA
Image Image
  • Plugin basics
  • Introduction
    • Unified Development process
    • OpenAPI approach
    • Reference architecture
    • Shared information model
  • Platform overview
    • Package types
    • Distributed architecture
    • Technical stack
    • Distributed cache
    • Common usage scenario
  • Plugin guides
  • First UI package
    • Creation Angular project
    • Adding dependencies
    • Changing the base selector
    • Routing changes
    • Creating of first component
    • Specification file version.json
    • Build and Deploy
  • Package registration
    • Registration into platform
    • Package configuration
    • General setting
    • Dependencies setting
    • Router Links setting
    • Package uploading
  • First Backend package
    • Implementation
    • Project Creation
    • Creating the Plugin Class
    • Populating the Swagger Specification
    • Plugin Configuration
    • Package Build
    • Package Registration
    • Uploading Package Version
    • Package Dry run
    • Basic Health Check
    • Sending Requests to the Plugin
    • Useful Links
  • Portal package creation
    • Portal type
    • class PlatformConnectorService
    • interface IHttpService
    • Translation
    • npm scripts
    • Versioning
  • REST API
  • REST API using
    • Standard Package requests
    • Specific Action requests
    • Idempotency
    • Authorization types
    • Date and time format
  • Request Formats
    • HTTP GET: Getting a list of elements of type Entity
    • HTTP GET: Getting a specific Element of the Entity Type
    • HTTP PUT: Editing an Entity Type Element
    • HTTP POST: Creating a new Element of Entity Types
    • HTTP POST: Doing an Action for Element of Entity Types
    • HTTP POST: Creating an new element Sub-Entity of Types
    • HTTP DELETE: Deleting the element of Entity Types
    • HTTP PATCH: Partially editing the element of Entity Types
    • Handling Errors When Calling HTTP Methods