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

Create models and endpoints for Admin Integrations #25

Closed
7 tasks done
skovmand opened this issue May 16, 2019 · 1 comment · Fixed by #28
Closed
7 tasks done

Create models and endpoints for Admin Integrations #25

skovmand opened this issue May 16, 2019 · 1 comment · Fixed by #28

Comments

@skovmand
Copy link
Contributor

skovmand commented May 16, 2019

To integrate Admin Integrations the following should be done:

  • an AdminIntegration model should be created with a belongs_to relation to Account.
    Account.
  • Account should have a has_many relation to `AdminIntegration'

Create endpoints for both implementation and test:

  • get_admin_integrations ---> GET /admin-integrations/
  • get_admin_integration ---> GET /admin-integrations/:id
  • create_admin_integration_unik ---> POST /admin-integrations/unik
  • update_admin_integration_unik ---> PATCH /admin-integrations/unik/:id
  • delete_admin_integration ---> DELETE /admin-integrations/:id

Legolas paths are: /admin-integrations and /admin-integrations/unik
The type is admin-integrations

@skovmand
Copy link
Contributor Author

Done. Testing during the work on integration in Arwen.

@skovmand skovmand changed the title Create models and endpoints for Admi nIntergrations Create models and endpoints for Admin Integrations May 16, 2019
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 a pull request may close this issue.

1 participant