Welcome to API Strategist's API Function Maker! This tool accepts an OpenAPI schema containing the core components for your API, and automatically generates API endpoints for you.
UI Instructions:
API Instructions:
- Paste your OpenAPI schema in the text area below
- Customize how you want your functions defined.
- Press "Create Functions."
- Load this page with the following query parameters:
- json: A URL endoded JSON representation of your full OpenAPI schema. Provide either this, or 'yaml'.
- yaml: A URL endoded JSON representation of your full OpenAPI schema. Provide either this, or 'json'.
- hasQueryParms: Can be 'true' or 'false' (optional: default is 'true'). Whether you want standard query/search parameters in your final schema.
- pagination: Can be 'Limit-Offset' or 'Next-Prev' (optional). Whether you want standard pagination parameters in your final schema, of your choice of pagination format.
- updateType: Can be 'PUT', 'PATCH' or 'BOTH' (optional: default is 'BOTH'). Whether you want only PUT endpoints or PATCH endpoints returned, or whether you want both.
- redurectURL: (optional: default is 'json'). The URL to which you'd like us to redirect and return the updated OpenAPI schema. The content of the schema will be provided as a URL encoded query parameter, 'schema' in the format chosen.