Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add REST API to manage selected KiCad categories #100

Merged
merged 5 commits into from
Aug 27, 2024

Commits on Aug 21, 2024

  1. Adding an API for adding/udpating/removing categories to be available…

    … in KiCad.
    
    Supports CREATE, DELETE, UPDATE and PARTIAL_UPDATE.
    
    For convenience the `default_value_parameter_template` and `footprint_parameter_template` also accept the parameter name.
    flborn committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    81711c4 View commit details
    Browse the repository at this point in the history
  2. * Allowing Parameter names during creation instead of only ids

    * Implementing DELETE/destroy function
    flborn committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1bc313f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b3e3a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09a0041 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Fixing Coding Style Issues

    flo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f8483e7 View commit details
    Browse the repository at this point in the history