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

Config API #432

Open
Awilum opened this issue May 23, 2020 · 2 comments
Open

Config API #432

Awilum opened this issue May 23, 2020 · 2 comments

Comments

@Awilum
Copy link
Member

Awilum commented May 23, 2020

We should have Config API to manage project settings.

ENDPOINTS

# List the config
GET /config

# Retrieve a config
GET /config

# Create a config
POST /config

# Update a config
PATCH /config

# Delete a config
DELETE /config
@Awilum Awilum self-assigned this May 23, 2020
@Awilum Awilum added this to the 0.9.9 milestone May 23, 2020
@Awilum Awilum changed the title Settings API Config API May 23, 2020
Awilum added a commit that referenced this issue May 23, 2020
@Awilum
Copy link
Member Author

Awilum commented May 24, 2020

Implemented.

Config API
/src/flextype/core/Config/Config.php

Config API Endpoints
/src/flextype/endpoints/delivery/config.php
/src/flextype/endpoints/management/config.php

@Awilum Awilum closed this as completed May 24, 2020
@Awilum
Copy link
Member Author

Awilum commented Jul 27, 2020

We need to move this feature for next release.
More investigation needed on this question.

@Awilum Awilum reopened this Jul 27, 2020
@Awilum Awilum modified the milestones: 0.9.9, 0.9.10 Jul 27, 2020
Awilum added a commit that referenced this issue Jul 27, 2020
@Awilum Awilum modified the milestones: 0.9.10, 1.0.0 Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant