Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
github.com
Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
1–10 of 76 posts
Re: Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
#2Please ask if you have any questions. Thanks
Re: Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
#3Author here. I covered almost everything in the documentation. And there is also a small example which is hosted at https://github.com/alpaca-api . Please ask if you have any questions. Thanks
Re: Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
#4Edit : If you don't make oauth consumption simpler, you don't really solve the problem
Re: Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
#5Describing an API is not hard, but the API authentication method is. How do you think you will do it? Edit : If you don't make oauth consumption simpler, you don't really solve the problem
These will cover most of the APIs. And I am open to include other kind of authentication strategies too.
https://github.com/pksunkara/alpaca#authorization-strategies
EDIT: OAUTH Consumption is not the main priority here. The problem I intended to solve is automating the development and maintaing of API client libraries in several different languages.
That said, I intend to add support for OAUTH consumption too.
Re: Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
#6Re: Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
#7Author here. I covered almost everything in the documentation. And there is also a small example which is hosted at https://github.com/alpaca-api . Please ask if you have any questions. Thanks
How do you differ from Swagger, Blueprint, I/O Docs, RAML and all these API endpoint descriptions?
Could you please link if something does it? From what I gather, the above mentioned sites only provide methods of describing the API and/or Automating the API on the server side. Nothing is said about client libraries.
Thanks
Re: Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
#8Can we please stop calling Web Services APIs?
Re: Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
#9Earlier quoted context omitted.
How do you differ from Swagger, Blueprint, I/O Docs, RAML and all these API endpoint descriptions?
I tried searching for a program which generates client libraries in different programming languages and failed. Could you please link if something does it? From what I gather, the above mentioned sites only provide methods of describing the API and/or Automating the API on the server side. Nothing is said about client libraries. Thanks
Re: Show HN: Given an API, Generate client libraries in Node, Python, PHP, Ruby
#10Earlier quoted context omitted.
How do you differ from Swagger, Blueprint, I/O Docs, RAML and all these API endpoint descriptions?
I tried searching for a program which generates client libraries in different programming languages and failed. Could you please link if something does it? From what I gather, the above mentioned sites only provide methods of describing the API and/or Automating the API on the server side. Nothing is said about client libraries. Thanks