# Pulp UI ## 2020.09.10 * Client is not based on OpenAPI * There is no Auth REST API in pulp, so a custom one was added in galaxy_ng * Use a Param object to hold state for all pages/components including the URL. The URL dictates the state of the Param object and allows users to use the back button and to go to specific state of the application * https://github.com/ansible/ansible-hub-ui/blob/master/src/utilities/param-helper.tsx * * https://github.com/ansible/ansible-hub-ui *