1.0.0-beta • Published 4 years ago

udir-api v1.0.0-beta

Weekly downloads
2
License
BSD-3-Clause
Repository
-
Last release
4 years ago

hero: image: https://img.alicdn.com/imgextra/i3/O1CN01eGRjPe1LHzdKs6S7e_!!6000000001275-2-tps-200-200.png title: universal-api desc: apis for multiple applications actions: - text: Getting Started link: /packages features:


universal-api

To extend the capabilities of the Rax system, we provide a series of Universal apis that developers can use to quickly develop multiple applications.

/**
 * iframe: true
 */
import React from 'react';
export default () => (
  <iframe style={{
      boxShadow: '0 2px 15px rgba(0,0,0,0.1)',
      width: '100%',
      height: '700px'
    }} src='http://herbox-embed-dev.site.alipay.net/p/universal-api/-daily'></iframe>
);