django-saltapi icon indicating copy to clipboard operation
django-saltapi copied to clipboard

Django app that serves a REST API for Salt -- DEPRECATED in favor of Salt built-in mechanisms

Results 4 django-saltapi issues
Sort by recently updated
recently updated
newest added

Hello, Is your project working now? How could you develop authentication ? Thank you

this app supports only JSON data output, I want to support YAML data output, What I should do? My email is [email protected], Thanks!

Arguments breaks somewhere before they get to Salt if there are more than one (1) character argument. Compare these two: ``` django-saltapi-echo salt a django-saltapi-echo salt abc ``` The latter...

The `login_required` decorator is currently disabled. It shouldn't be.