import React, {PureComponent, PropTypes} from 'react'; import autobind from 'autobind-decorator'; import {Dropdown, DropdownButton, DropdownItem, DropdownDivider} from '../base/dropdown'; import Link from '../base/link'; @autobind class ImportExport extends PureComponent { render () { const { handleImport, handleExportAll, handleExportWorkspace } = this.props; return (
Import format will be automatically detected (Insomnia, Postman v2, HAR, Curl)
Don't see your format here? {' '} Add Your Own.
* Tip: You can also paste Curl commands into the URL bar