Conversation
…auth0-java into feature/add-branding
|
Hi @jimmyjames. Sorry for bothering you again with one of these, but I currently have no alternative. The branding API is not available in the SDK, and it is also only possible to update the universal login page by using the Management API, as stated here: https://auth0.com/docs/customize/universal-login-pages/universal-login-page-templates
If you're not available to review it, can someone else than you review these? |
@pelletier197 I'm sorry for the delay - we really appreciate your contributions 🙇! I'm reviewing this now, will follow up shortly. |
| "GET", | ||
| new TypeReference<BrandingSettings>() { | ||
| }, | ||
| (builder) -> builder.withPathSegments("api/v2/branding") |
There was a problem hiding this comment.
Love this simplified request building 🎉
|
We're targeting cutting a minor release next week - want to add support for the Attack Protections APIs early next week, then release a new minor. Thanks again! |
Changes
Added the support for Branding entities which were not supported yet: https://auth0.com/docs/api/management/v2#!/Branding/get_branding
This includes adding a few classes
Testing
I used the following code snippet to test this:
Eveything is also unit tested according to the project standards.
Checklist