SDK setup

Configure each SDK with the same three ideas: client credentials, environment, and the application routes you want EndPointBlank to authorize and observe.

Ruby / Rails

end_point_blank_rails

Install the EndPointBlank package for this runtime, load credentials from environment variables, and enable request reporting around protected endpoints.

JavaScript

end_point_blank_js

Install the EndPointBlank package for this runtime, load credentials from environment variables, and enable request reporting around protected endpoints.

Python

end_point_blank_py

Install the EndPointBlank package for this runtime, load credentials from environment variables, and enable request reporting around protected endpoints.

Java

end_point_blank_java

Install the EndPointBlank package for this runtime, load credentials from environment variables, and enable request reporting around protected endpoints.

Elixir

end_point_blank_elixir

Install the EndPointBlank package for this runtime, load credentials from environment variables, and enable request reporting around protected endpoints.

ENDPOINTBLANK_CLIENT_ID=epb_client_...
ENDPOINTBLANK_CLIENT_SECRET=epb_secret_...
ENDPOINTBLANK_ENVIRONMENT=production
ENDPOINTBLANK_APP=Billing API