Skip to content

Feature/custom remote - #60

Closed
ritch wants to merge 3 commits into
3.0from
feature/custom-remote
Closed

Feature/custom remote#60
ritch wants to merge 3 commits into
3.0from
feature/custom-remote

Conversation

@ritch

@ritch ritch commented Jun 30, 2014

Copy link
Copy Markdown
Member

/to @bajtos @seanbrookes

This adds REST APIs for these custom methods:

  • GET /datasourcedefinitions/{id}/definitions/:name => dataSourceDef.discoverModelDefinition()
  • GET /datasourcedefinitions/{id}/schema => dataSourceDef.getSchema()
  • POST /datasourcedefinitions/{id}/automigrate => dataSourceDef.automigrate() (method not yet implemented)
  • POST /datasourcedefinitions/{id}/autoupdate => dataSourceDef.autoupdate() (method not yet implemented)
  • GET /workspaces/component-templates => Workspace.getAvailableTemplates()
  • POST /workspaces/component => Workspace.addComponent()
  • POST /workspaces => Workspace.createFromTemplate()
  • GET /workspaces/connectors => Workspace.listAvailableConnectors()

@bajtos

bajtos commented Jul 1, 2014

Copy link
Copy Markdown
Member

Could you please clean up the commit history and rebase on top of current 3.0? I can see changes from #56 in the "Files changed" tab.

/datasourcedefinitions/{id}/...

Does it make sense to shorten the URL to /datasource/{id}/...?

@bajtos bajtos added this to the 3.0 milestone Jul 1, 2014
@ritch

ritch commented Jul 29, 2014

Copy link
Copy Markdown
Member Author

Closed in favor of #94

@ritch ritch closed this Aug 7, 2014
@eddiemonge
eddiemonge deleted the feature/custom-remote branch September 8, 2016 23:37
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.

2 participants