Skip to content

Function: billTypeToUrlSegment() ​

ts
function billTypeToUrlSegment(billType: string): string;

Defined in: congress/sdk.ts:69

Convert a bill type code to its Congress.gov URL segment.

Parameters ​

ParameterType
billTypestring

Returns ​

string

Released under the MIT License.