Skip to content

Haehnchen/idea-version-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

espendIdeaVersionProxy

Provides a simple url callback to get direct download url for JetBrains Plugin Repository

Install

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new espend\IdeaVersionProxyBundle\espendIdeaVersionProxyBundle(),
    );
}

Routing

# app/routing.xml
espend_version_proxy:
    resource: "@espendIdeaVersionProxyBundle/Resources/config/routing.xml"

Endpoints

    /version-proxy/{pluginId}/latest
    [GET] /version-proxy/7219/latest
    [GET] /version-proxy/7219/latest.json

    /version-proxy/{pluginId}/{version}.json
    [GET] /version-proxy/7219/0.12.120
    [GET] /version-proxy/7219/0.12.120.json

About

Provides a simple url callback to get direct download url for JetBrains Plugin Repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages