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

API module initialization #23

Merged
merged 1 commit into from
Nov 20, 2015
Merged

API module initialization #23

merged 1 commit into from
Nov 20, 2015

Conversation

hkulekci
Copy link
Member

  • Core routes moved to Frontend Module
  • Core Views moved to Frontend Module
  • Api UserResource created and zf-hal, zf-rest, zf-content-negotiation, zf-api-problem modules added to application modules for API module
  • zf-mvc-auth module added to composer json for api oauth2 implementations

 - Core routes moved to Frontend Module
 - Core Views moved to Frontend Module
 - Api UserResource created and zf-hal, zf-rest, zf-content-negotiation, zf-api-problem modules added to application modules for API module
 - zf-mvc-auth module added to composer json for api oauth2 implementations
@edigu
Copy link
Collaborator

edigu commented Nov 20, 2015

👍 Related #5

edigu added a commit that referenced this pull request Nov 20, 2015
@edigu edigu merged commit c793b18 into biberlabs:master Nov 20, 2015
@hkulekci
Copy link
Member Author

I can also share a postman collection in docs or data folder? What do you think?

@edigu
Copy link
Collaborator

edigu commented Nov 21, 2015

I think writing documentation in markdown format with few request examples is enough.

@hkulekci hkulekci deleted the feature/api-resource-init branch November 22, 2015 18:40
"zfcampus/zf-content-validation": "~1.0",
"zfcampus/zf-hal": "~1.0",
"zfcampus/zf-mvc-auth": "~1.0",
"zfcampus/zf-rest": "~1.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hkulekci Following dependencies coming from zf-rest

        "zfcampus/zf-api-problem": "~1.0",
        "zfcampus/zf-content-negotiation": "~1.0",
        "zfcampus/zf-hal": "~1.1",
        "zfcampus/zf-mvc-auth": "~1.1"

we can remove them from here

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants