Code Monkey home page Code Monkey logo

django-api-playground's People

Contributors

0x68 avatar areski avatar inopia avatar pjambet avatar shrenik avatar tomatohater avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-api-playground's Issues

Update the pip version

Please update the pip version of this project. There are a lot of features which are not available and people (like me) can get confused if they install the pip version and try to follow the git documentation. The examples don't work. Specially with the 'select' type.

Endpoints with multiple parameters don't work.

E.g.:

/credit/{credit-id}/category/{category-id}

'{credit-id}' gets replaced correctly when leaving that input box, but reverts back to '{credit-id}' when leaving the category-id input box. Form action ends up being, e.g., /credit/{credit-id}/category/5

Add migrations to app and migrate step to install instructions so "Submit Bug & Feedback" works.

After installing Django-API-Playground following the basic instructions supplied the "Submit Bug & Feedback" form doesn't work because the database table need to store that information is not created.

Creating Migration(s)

I suggest creating the migration and adding it to the app itself so the users of this app don't need to create the migration themselves. Until the migrations are added to the app you could add this step to the install instructions to create the migration:

./manage.py schemamigration --initial apiplayground

Applying Migration(s)

I also suggest you add a the following step to the install instructions to apply the app's migration(s):

./manage.py migrate apiplayground

complains that several css and js files are missing.

Add suport for headears as Tokens or any kind of authentication.

Hi,

I'm using a Token to authenticate my API, and use a header for this, it would be great to add a field to the resource for this auth methods, I imagine adding a section to the resource as 'authentication' will be fine with some 'headers' section or 'body' section for those using either headers or normal data to authenticate the request.

Bye.

Support raw POST/PUT data

I use an API that accepts raw PUT and POST data as input. It would be helpful if a textarea field could be used to send raw JSON data in the request body.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.