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

Harvester should be able to link to resources on remote services #69

Open
ssebro opened this issue Apr 8, 2015 · 1 comment
Open

Harvester should be able to link to resources on remote services #69

ssebro opened this issue Apr 8, 2015 · 1 comment
Assignees

Comments

@ssebro
Copy link

ssebro commented Apr 8, 2015

Right now, links are only able to work on a specific machine; we want people to be able to use includes functionality across services if needed.

@ssebro
Copy link
Author

ssebro commented May 26, 2015

Here's how:

 var articles = harvester
        .resource('articles', {
            title: Joi.string().required(),
            links: {
                author: 'people'
                comments: [{type: 'comments', baseUri: 'https://hello.com'}]
            }
        });

This was referenced Jun 10, 2015
@blabno blabno self-assigned this Jul 21, 2015
blabno pushed a commit that referenced this issue Jul 23, 2015
Harvester should be able to link to resources on remote services #69
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

2 participants