api-playground

By dnsmichi

Api-playground Alternatives

Similar projects and alternatives to api-playground

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better api-playground alternative or higher similarity.

api-playground reviews and mentions

Posts with mentions or reviews of api-playground. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-19.
  • Show HN: My new free note taking tool
    21 projects | news.ycombinator.com | 19 Jul 2022
    GitLab team member here.

    Maybe you can re-use the script I shared in this comment [0] to query the GitLab REST API to generate an index. I'm a fan of using the API programmatically, and tend to avoid git checkout/grep/etc. inside CI/CD pipelines (works too, everyone is free to choose their way).

    Yet again, I love API challenges, so I've created a new script which parses a defined markdown footer for Tags and Due date, and generates an ordered index by due date. I did not know which format you are using, so I made up my own, see the MR description [1] and docs [2].

    The script lives in [3] and is a mix of fetching files, parsing content with regex, and generating the index + creating a commit to upload automatically.

    A demo overview is shown in [4] with the generated index.md, ordered by due date and linking the files by parsed heading title, file paths, and tags.

    Hope it helps, feel free to repurpose, or ping me for questions on the GitLab community forum [5]. My Python code is a little rusty, I am slowly adopting all the 3.x design patterns after many years with 2.x.

    I might follow your idea with notes and custom footer parsing. That's a really nifty idea, and helps solve my own chaos :-)

    [0] https://news.ycombinator.com/item?id=32155848

    [1] https://gitlab.com/dnsmichi/api-playground/-/merge_requests/...

    [2] https://gitlab.com/dnsmichi/api-playground/-/tree/main/pytho...

    [3] https://gitlab.com/dnsmichi/api-playground/-/tree/main/pytho...

    [4] https://gitlab.com/dnsmichi/api-playground/-/tree/main/demo/...

    [5] https://forum.gitlab.com/u/dnsmichi/summary