-1

Is there a location to find which properties are supported for different endpoint types? For example to figure out the properties supported for a mysql:Client endpoint.

Riyafa Abdul Hameed
  • 7,417
  • 6
  • 40
  • 55
user2894296
  • 590
  • 1
  • 10
  • 20

2 Answers2

1

You can use Ballerina API documentation. Select respective package from the right column and under its content, endpoint specification can be found.

Eg: MySQL client configuration , HTTP client configuration

Chamil E
  • 478
  • 3
  • 10
0

If you are using VSCode/ Ballerina Composer for your development, auto-completion within the endpoint suggests the allowed endpoint properties for the particular endpoint type.

Nadeeshaan
  • 356
  • 5
  • 15