Ask HN: What's the fastest way to build an API for language X 6 points by thinkingserious 11y ago ↗ HN Where X is your favorite language.
[–] hendzen 11y ago ↗ SWIG http://www.swig.org/. Write API implementation once, in C, then generate bindings for other languages.
[–] xahrepap 11y ago ↗ Java - Spring Boot. [–] codesci 11y ago ↗ I second this. REST/JSON is first class and even adding more complex features like OAuth is fairly easy.
[–] codesci 11y ago ↗ I second this. REST/JSON is first class and even adding more complex features like OAuth is fairly easy.
[–] rgovind 11y ago ↗ Can you be a little more specific. What is the use case?I have feeling you mean a parser API...but I am not sure.
6 comments
[ 3.0 ms ] story [ 24.7 ms ] threadI have feeling you mean a parser API...but I am not sure.