blob: 30166f676cb7e042bb7ae589f026dd938c849276 [file] [log] [blame]
{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/RestAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/common/CustomLink.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent","CustomLink","target","style","color","children"],"mappings":"sbASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,4CAA4CF,QAAQ,cAAY,2BAEnF,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,wCAAwCF,QAAQ,cAAY,gCAIpF,8KAEDH,EAAWM,gBAAiB,G,8ECjC5B,qFAoBA,MAAMC,EAAaL,GAGjB,uBAAGG,KAAMH,EAAMG,KAAMG,OAAQN,EAAMM,QAAU,SAAUC,MAF1C,CAAEC,MAAO,YAGpBR,EAAMS","file":"static/js/documents-rest-api.617bd3f9.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport {CustomLink} from \"theme/components/shared/common/CustomLink\";\n\n\nconst layoutProps = {\n \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n <h1 {...{\n \"id\": \"rest-api\"\n }}>{`REST API`}</h1>\n <ol>\n <li parentName=\"ol\">\n <CustomLink href=\"http://atlas.apache.org/api/v2/index.html\" mdxType=\"CustomLink\">REST API Documentation</CustomLink>\n </li>\n <li parentName=\"ol\">\n <CustomLink href=\"http://atlas.apache.org/api/rest.html\" mdxType=\"CustomLink\">Legacy API Documentation </CustomLink>\n </li>\n </ol>\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements. See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership. The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React from \"react\";\n\nconst CustomLink = props => {\n\tconst style = { color: \"#4a90e2\" };\n\treturn (\n\t\t<a href={props.href} target={props.target || \"_blank\"} style={style}>\n\t\t\t{props.children}\n\t\t</a>\n\t);\n};\n\nexport { CustomLink };"],"sourceRoot":""}