You can use API Gateway to design your businesses as APIs for service provision. You are recommended to design APIs in compliance with the following rules for easier future use:
/
) at the end of the URI. A resource whose URL has an ending slash may be mistaken as a directory, causing errors in calls.-
) to improve the readability of the URI. Connect words with hyphens so that the URI can be easily understood._
) in the URL, as it may be covered by the underline effect in the text viewer and thus less readable.
Was this page helpful?