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

Vert.x one-shot, URI pull registry (JSON). #529

Merged
merged 2 commits into from Feb 4, 2017
Merged

Conversation

msavy
Copy link
Member

@msavy msavy commented Feb 3, 2017

Example data file to read in:

{
    "apis": [{
        "publicAPI": true,
        "organizationId": "foo",
        "apiId": "foo",
        "version": "foo",
        "endpoint": "http://www.example.org/fgdfgfdgdfdfd",
        "endpointType": "rest",
        "endpointContentType": "",
        "endpointProperties": {},
        "parsePayload": false,
        "apiPolicies": [{
            "policyJsonConfig": "",
            "policyImpl": "plugin:io.apiman.plugins:apiman-plugins-test-policy:1.2.9-SNAPSHOT:war/io.apiman.plugins.test_policy.TestPolicy"
        }]
    }],
    "clients": [{
        "organizationId": "foo",
        "clientId": "fooClient",
        "version": "foo",
        "apiKey": "12345",
        "contracts": [{
            "apiOrgId": "foo",
            "apiId": "foo",
            "apiVersion": "foo",
            "plan": "foo",
            "policies": []
        }]
    }]
}

Conf Examples

@msavy msavy added the WIP label Feb 3, 2017
@msavy msavy self-assigned this Feb 3, 2017
@msavy msavy changed the title Vert.x URI one-shot pull registry based on InMemoryRegistry. Vert.x one-shot, URI pull registry (JSON). Feb 3, 2017
@msavy msavy force-pushed the vertx-polling branch 2 times, most recently from a8e8864 to edc3477 Compare February 4, 2017 17:30
@msavy msavy merged commit 927b369 into apiman:master Feb 4, 2017
@msavy msavy removed the WIP label Feb 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant