You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⌦ Are you requesting a feature or reporting a defect?
⌦ Type "Defect" below for bugs, errors, or faulty behavior.
⌦ Type "Feature" for new enhancements.
Feature
2. User story summary
⌦ Describe what you want to accomplish {do something},
⌦ in what role/capacity {role},
⌦ and why it's important to you {achieve value}.
As a Maintainer,
I want to use the javascript-client from swagger-codegen without modifications
In order to increase time-to-market whenever the govinfo-link-service Swagger specification (swagger.json) is upgraded.
3. Acceptance criteria
⌦ Acceptance criteria define things that must be true when this feature is delivered.
Example: Job Applicants receive a confirmation email after they submit their resumes.
1. swagger-codegen-based javascript-client resources exist in the /src directory.
2. All API methods have the option to retrieve GovInfo as JSON.
3. govinfo-link-js is an API Proxy ("wrapper") that allows consumers to GET resources with callbacks, Promises, or async/await keywords.
gregswindle
changed the title
refactor(client): use unmodified swagger-codegenered javascript-client
refactor(client): use unmodified javascript-client from swagger-codegen
Mar 29, 2018
Submit an Issue
1. Defect or Feature?
Feature
2. User story summary
As a Maintainer,
I want to use the
javascript-client
fromswagger-codegen
without modificationsIn order to increase time-to-market whenever the govinfo-link-service Swagger specification (
swagger.json
) is upgraded.3. Acceptance criteria
swagger-codegen
-basedjavascript-client
resources exist in the/src
directory.govinfo-link-js
is an API Proxy ("wrapper") that allows consumers toGET
resources with callbacks, Promises, or async/await keywords.cfrFetchUsingGET➡️getByTitleAndPart
cpdDcpdFetchUsingGET➡️getByYear
cpdFetchUsingGET➡️getByTypeAndNumber
billsFetchUsingGET➡️getByCongressTypeAndNumber
ccalFetchUsingGET➡️getByChamberAndSection
cprtHouseFetchUsingGET➡️getHouseByCongressPrintAndCommitte
cprtJacketFetchUsingGET➡️getJacketByCongressId
cprtSenateFetchUsingGET➡️getSenateByCongressAndPrint
cdocFetchUsingGET➡️getByCongressTypeAndNumber
cdocJacketFetchUsingGET➡️getJacketByCongressAndId
chrgHouseFetchUsingGET➡️getHouseByCongressCommitteeAndSerial
chrgJacketFetchUsingGET➡️getJacketByCongressAndId
chrgSenateFetchUsingGET➡️getSenateByCongressAndHearing
crecSectionFetchUsingGET➡️getBySection
crecTypeFetchUsingGET➡️getByCongressTypeAndNumber
crecTypeFetchUsingGET1getByType
crecVolumeFetchUsingGET➡️getByVolPrefixAndPage
crptBillFetchUsingGET➡️getByCongressAndBillNumber
crptReportFetchUsingGET➡️getByCongressTypeAndNumber
frDocFetchUsingGET➡️getByDocNumber
frVolumeFetchUsingGET➡️getByVolAndPage
plawBillFetchUsingGET➡️getByCongressAndBillNumber
plawStatuteFetchUsingGET➡️getByStatuteCitation
plawTypeFetchUsingGET➡️getByCongressTypeAndNumber
statuteTypeFetchUsingGET➡️getByCongressTypeAndNumber
statuteVolumeFetchUsingGET➡️getByVolAndPage
uscodeFetchUsingGET➡️getByTitleAndSection
The text was updated successfully, but these errors were encountered: