Skip to content

feat(api): Add api wrappers for creating snippets

Kerri Miller requested to merge github/fork/zemzale/feat-snippets-api into trunk

Created by: zemzale

Description

This adds two simple API wrappers for creating snippets for the user and inside the project. This should help us start work with creating a snippets command.

I will be adding stuff with multiple small MRs so something starts to move for this command, otherwise I just simply don't have the motivation to work on this.

Related Issue

Related Issue #872

How Has This Been Tested?

No testing for the API wrappers needed

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports