mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
1 line
5.4 KiB
JSON
1 line
5.4 KiB
JSON
[{"id":"d4a73cdb-f7da-437d-85a3-fabb4fb6bd0b","name":"Data Cleaning API","description":"Cleans raw data by removing duplicates, correcting formatting issues, and standardizing values.","method":"POST","path":"/clean","match":null,"service":"2d8beb9c-121f-4f6c-b860-50c02520e6f3","team":"eef18cfb-140b-4e78-b9eb-ad669d898110","proxy":{"path":"api/data/clean","timeout":10000,"retry":0,"headers":[],"extends":null,"plugins":null},"doc":{"requestParams":{"bodyParams":[{"childList":[],"contentType":2,"dataType":13,"description":"","id":"o4ab0ox4","isRequired":1,"name":"data","orderNo":0,"paramAttr":{"example":""}}],"headerParams":[],"queryParams":[],"restParams":[]},"responseList":[{"httpCode":2,"id":"0fb302b7-e9e3-4b84-b30d-740566135afb","responseParams":{"bodyParams":[{"childList":[],"dataType":13,"description":"","id":"5zecekmf","isRequired":1,"name":"cleaned_data","orderNo":0,"paramAttr":{"example":""}}],"headerParams":[]},"responseUuid":"0fb302b7-e9e3-4b84-b30d-740566135afb"}],"resultList":[{"content":"{\r\n \"cleaned_data\": [\r\n {\r\n \"name\": \"John\",\r\n \"age\": 30,\r\n \"email\": \"john.doe@example.com\"\r\n },\r\n {\r\n \"name\": \"Jane\",\r\n \"age\": 25,\r\n \"email\": \"jane.doe@example.com\"\r\n }\r\n ]\r\n}","httpCode":"200","id":"success","name":"成功示例"},{"content":"","httpCode":"200","id":"failed","name":"失败示例"}]}},{"id":"7f650281-0b81-41bb-b31a-92dc7178fe1c","name":"Data Transformation API","description":"Transforms data based on specified operations such as normalization, aggregation, or enrichment.","method":"POST","path":"/transform","match":null,"service":"2d8beb9c-121f-4f6c-b860-50c02520e6f3","team":"eef18cfb-140b-4e78-b9eb-ad669d898110","proxy":{"path":"api/data/transform","timeout":10000,"retry":0,"headers":[],"extends":null,"plugins":null},"doc":{"requestParams":{"bodyParams":[{"childList":[],"contentType":2,"dataType":13,"description":"","id":"f2ey3c2l","isRequired":1,"name":"data","orderNo":0,"paramAttr":{"example":""}},{"childList":[],"contentType":2,"dataType":13,"description":"","id":"fv87rv0r","isRequired":1,"name":"operations","orderNo":0,"paramAttr":{"example":""}}],"headerParams":[],"queryParams":[],"restParams":[]},"responseList":[{"httpCode":2,"id":"8112fcea-31a0-4cf8-8515-113812c5fc4c","responseParams":{"bodyParams":[{"childList":[],"dataType":0,"description":"","id":"ccn7jc5m","isRequired":1,"name":"transformed_data","orderNo":0,"paramAttr":{"example":""}}],"headerParams":[]},"responseUuid":"8112fcea-31a0-4cf8-8515-113812c5fc4c"}],"resultList":[{"content":"{\r\n \"transformed_data\": [\r\n {\r\n \"name\": \"John\",\r\n \"age\": 0.75\r\n },\r\n {\r\n \"name\": \"Jane\",\r\n \"age\": 0.5\r\n }\r\n ],\r\n \"aggregates\": {\r\n \"average_age\": 0.625\r\n }\r\n}","httpCode":"200","id":"success","name":"成功示例"},{"content":"","httpCode":"200","id":"failed","name":"失败示例"}]}},{"id":"868228a2-a756-4181-80b7-0612c078e61f","name":"Data Analysis API","description":"Analyzes data using statistical methods, generating insights and visualizations.","method":"POST","path":"/analyze","match":null,"service":"2d8beb9c-121f-4f6c-b860-50c02520e6f3","team":"eef18cfb-140b-4e78-b9eb-ad669d898110","proxy":{"path":"api/data/analyze","timeout":10000,"retry":0,"headers":[],"extends":null,"plugins":null},"doc":{"requestParams":{"bodyParams":[{"childList":[],"contentType":2,"dataType":0,"description":"","id":"i308tt8b","isRequired":1,"name":"data","orderNo":0,"paramAttr":{"example":""}},{"childList":[],"contentType":2,"dataType":0,"description":"","id":"tcqaydlf","isRequired":1,"name":"analysis_type","orderNo":0,"paramAttr":{"example":"statistical_summary"}},{"childList":[{"childList":[],"dataType":0,"description":"","id":"itr5gnfw","isRequired":1,"name":"include_charts","orderNo":1,"paramAttr":{"example":"true"}}],"contentType":2,"dataType":13,"description":"","id":"59r9jf9b","isRequired":1,"name":"parameters","orderNo":0,"paramAttr":{"example":""}}],"headerParams":[],"queryParams":[],"restParams":[]},"responseList":[{"httpCode":2,"id":"add187f5-c3af-4e48-86df-9ee337a19c9d","responseParams":{"bodyParams":[{"childList":[{"childList":[],"dataType":0,"description":"","id":"q3iul2bg","isRequired":1,"name":"mean_sales","orderNo":1,"paramAttr":{"example":""}},{"childList":[],"dataType":0,"description":"","id":"br5ez8kf","isRequired":1,"name":"median_sales","orderNo":1,"paramAttr":{"example":""}},{"childList":[],"dataType":0,"description":"","id":"90ywigrm","isRequired":1,"name":"standard_deviation","orderNo":1,"paramAttr":{"example":""}}],"dataType":13,"description":"","id":"js055oqp","isRequired":1,"name":"summary","orderNo":0,"paramAttr":{"example":""}},{"childList":[{"childList":[],"dataType":0,"description":"","id":"lfbacm4f","isRequired":1,"name":"bar_chart_url","orderNo":1,"paramAttr":{"example":"https://example.com/charts/sales_bar_chart.png"}}],"dataType":13,"description":"","id":"ro9bejbp","isRequired":1,"name":"charts","orderNo":0,"paramAttr":{"example":""}}],"headerParams":[]},"responseUuid":"add187f5-c3af-4e48-86df-9ee337a19c9d"}],"resultList":[{"content":"{\r\n \"summary\": {\r\n \"mean_sales\": 216.67,\r\n \"median_sales\": 200,\r\n \"standard_deviation\": 75.76\r\n },\r\n \"charts\": {\r\n \"bar_chart_url\": \"https://example.com/charts/sales_bar_chart.png\"\r\n }\r\n}","httpCode":"200","id":"success","name":"成功示例"},{"content":"","httpCode":"200","id":"failed","name":"失败示例"}]}}] |