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

Provide support for processing requests #13

Open
sjkaliski opened this issue Mar 8, 2018 · 1 comment
Open

Provide support for processing requests #13

sjkaliski opened this issue Mar 8, 2018 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sjkaliski
Copy link
Owner

sjkaliski commented Mar 8, 2018

The package only focuses on the presentation/ETL layer (how the response looks). It should also bring "up to date" a request at an older version.

Example:

POST /items at 2018-01-01 submits

{
  "title": "foo"
}

But at 2018-03-01 aka master

{
  "name": "foo"
}

The package should convert title -> name, allow API to process the request, and then convert name -> title.

@sjkaliski sjkaliski added enhancement New feature or request help wanted Extra attention is needed labels Mar 8, 2018
@codyaray
Copy link

Each action needs two parts, right? A migrate up and a migrate down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants