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

[resolver] format for catalog entries #2

Open
mromanello opened this issue Dec 3, 2018 · 0 comments
Open

[resolver] format for catalog entries #2

mromanello opened this issue Dec 3, 2018 · 0 comments

Comments

@mromanello
Copy link
Collaborator

Hi @hcayless

I've been thinking a bit about a JSON-based format to allow people to "register" a text service for later resolution (assuming one day this resolver will exist ;-) ).

As we discussed at Duke, we can foresee a Github-based workflow as easy as fork-push-PR. A folder services (even hosted in this repo) would allow people to add a JSON minimal description for the service they wish to register (where "register" means telling a future resolver, "hey my text service lives here etc.").

Here a fictional entry for Pietro'd current DTS implementation, just as a way of starting a discussion about a possible format.

(content of services/betamasaheft.json)

{
        "endpoint": "http://betamasaheft.eu/api/dts",
        "protocol": "dts",
        "name": "Beta maṣāḥǝft",
        "contact": "mailto:[email protected]",
        "status": "beta"
    }

where status could take values: alpha, beta, demo, experimental and protocol either cts or dts.

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

No branches or pull requests

1 participant