Giter VIP home page Giter VIP logo

api-documentation's People

Contributors

jorilallo 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

api-documentation's Issues

Missing total_count in /api/clips/ response

The API documentation mentions that the /api/clips/ endpoint delivers an answer that starts like:

{
    {
        next: "/api/clips/?limit=20&offset=20",
        total_count: 1512,
        previous: null,
        limit: 20,
        offset: 0
    },

But the actual API response is missing the entry total_count. I guess the total count has been there before - but is now missing.

Can the total_count be re-added to the API response?

Or is there another way to get the total count of a user's clips (public and private together)?

The issue mrimann/kippt-tools#4 is the reason for asking this.

Separate branch for unsupported features?

I like that you're documenting even the unsupported features, but I wonder if it would be better to put them in a separate branch or something so that we have to go (slightly) out of our way to learn about them.

It would at least make it clear what is and isn't supported from the top level.

Limiting search results to a specific list

The clip search endpoint can still take a list ID as a filter at the moment (like the old API) but I can't see it documented on the GET_clips_search page.

  • /api/clips/search/?list=...&q=...

Is that still going to be supported? Or maybe it would suit the new API better to have something like this:

  • /api/lists/:list_id/clips/search?q=...

Adding collborators when adding/updating lists

Is there a way of adding collaborators when creating/updating lists, for example by submitting the list of collaborator's ids or usernames ?
Does is_private flag is supported when creating/updating lists ?

Lists are not deleted

I was trying to delete a list using DELETE api/lists/{id}. Everything works just fine and i got my 204 response. Then i went back to re-fetch my lists and the deleted list was there. I've tried to re-delete the list and all i got is 404.

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.