https://github.com/haehnchen/jetbrains-enterprise-plugin-repository
XML API Project for a custom JetBrains Enterprise Plugin Repository
https://github.com/haehnchen/jetbrains-enterprise-plugin-repository
api intellij jetbrains php phpstorm symfony symfony-bundle
Last synced: 7 months ago
JSON representation
XML API Project for a custom JetBrains Enterprise Plugin Repository
- Host: GitHub
- URL: https://github.com/haehnchen/jetbrains-enterprise-plugin-repository
- Owner: Haehnchen
- License: gpl-3.0
- Created: 2017-05-13T12:38:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T12:41:58.000Z (over 8 years ago)
- Last Synced: 2025-01-12T16:32:43.650Z (9 months ago)
- Topics: api, intellij, jetbrains, php, phpstorm, symfony, symfony-bundle
- Language: PHP
- Size: 522 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Project - Custom JetBrains Enterprise Plugin Repository
========================# Resources
- [Adding Plugins to Enterprise Repositories](https://www.jetbrains.com/help/idea/2017.1/adding-plugins-to-enterprise-repositories.html)
https://www.jetbrains.com/help/idea/2017.1/adding-plugins-to-enterprise-repositories.html
# Client Installation
Add custom repository channel url
- [See Managing Enterprise Plugin Repositories](https://www.jetbrains.com/help/idea/2017.1/managing-enterprise-plugin-repositories.html)
- http://127.0.0.1:8000/plugins/stable/list# Output Examples
´´´xml
foobar
foobar
4.3
Foobar Description
1.6
My changes
http://127.0.0.1:8000/plugins/download/0399652c-71fd-45e6-a85b-2e0c33edcdd7
foobar2
foobar2
4.3
Foobar Description
1.6
My changes
http://127.0.0.1:8000/plugins/download/0399652c-71fd-45e6-a85b-2e0c33edcdd7
´´´