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

Implement setters for all configurations and HTTP's request methods #7

Open
manuelitox opened this issue Jun 7, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@manuelitox
Copy link

I think could be a good idea to implement setters for all configurations and HTTP's request methods.

If we want to an API is prepare only to get providers list and create a new log:

import { Api } from "@xbyorange/mercury-api";

const catalog = new Api('/catalog-api')

catalog.only(['get', 'post'])

Also, we could apply this practice for tags:

import { Api } from "@xbyorange/mercury-api";

const catalog = new Api('/catalog-api')

catalog.tags(['external-api', 'internal-api'])
@javierbrea javierbrea added the enhancement New feature or request label Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants