Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

24 lignes
1.0KB

  1. # Swagger Codegen Ignore
  2. # Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
  3. # Use this file to prevent files from being overwritten by the generator.
  4. # The patterns follow closely to .gitignore or .dockerignore.
  5. # As an example, the C# client generator defines ApiClient.cs.
  6. # You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
  7. #ApiClient.cs
  8. # You can match any string of characters against a directory, file or extension with a single asterisk (*):
  9. #foo/*/qux
  10. # The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
  11. # You can recursively match patterns against a directory, file or extension with a double asterisk (**):
  12. #foo/**/qux
  13. # This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
  14. # You can also negate patterns with an exclamation (!).
  15. # For example, you can ignore all files in a docs folder with the file extension .md:
  16. #docs/*.md
  17. # Then explicitly reverse the ignore rule for a single file:
  18. #!docs/README.md