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

feat(util-create-request): create request package #257

Merged
merged 23 commits into from
May 22, 2019

Conversation

AllanZhengYP
Copy link
Contributor

Description of changes:

This package is for creating an HttpRequest object from given client and command. This package will construct the request by resolving all the initialize and serialize middlewares from both client and command. The create request can be used to presigning or sending directly.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@AllanZhengYP AllanZhengYP changed the title feat: create request package feat(util-create-request): create request package May 20, 2019
@codecov-io
Copy link

codecov-io commented May 20, 2019

Codecov Report

Merging #257 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #257   +/-   ##
=======================================
  Coverage   91.38%   91.38%           
=======================================
  Files         265      265           
  Lines        6070     6070           
  Branches     1364     1364           
=======================================
  Hits         5547     5547           
  Misses        523      523
Impacted Files Coverage Δ
...ges/service-types-generator/src/internalImports.ts 100% <ø> (ø) ⬆️
...ckages/service-types-generator/src/clientReadme.ts 36.55% <0%> (ø) ⬆️
packages/package-generator/src/ModuleGenerator.ts 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56f5862...805538c. Read the comment docs.

packages/util-create-request/README.md Outdated Show resolved Hide resolved
packages/util-create-request/src/index.ts Outdated Show resolved Hide resolved
packages/util-create-request/tsconfig.json Outdated Show resolved Hide resolved
@lock
Copy link

lock bot commented Jun 5, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants