LibraryOfCongress / api.congress.gov

congress.gov API
602 stars 38 forks source link

SDKs? #34

Open dannysheridan opened 1 year ago

dannysheridan commented 1 year ago

Are you planning on offering an SDK? Are there any languages that others would like? Considering building my own.

ksclarke commented 1 year ago

This might also be related to https://github.com/LibraryOfCongress/api.congress.gov/issues/29. With the OpenAPI spec, client (and server) libraries can be generated automatically (for several different languages and frameworks). That ticket has links with more info.

mnewatloc commented 1 year ago

As I noted in #29 , we're mostly concerned with refining the current offerings right now, but will add this to the list of possible future enhancements.

apreiter18 commented 3 weeks ago

Regarding #29 we have added our swagger file here.

dannysheridan commented 3 weeks ago

@apreiter18 I'm a core maintainer of Fern which generates TypeScript, Python, Java, Go, Ruby, and C# API clients from swagger. Interested in offering officially supported SDKs for the Library of Congress API?