GithubHelp home page GithubHelp logo

Comments (5)

jwalton avatar jwalton commented on June 24, 2024

Hey, thanks for the interest. I hear you about there being no alternatives, that's why I'm writing this. :)

I'm hoping to go 1.0 in the next couple of weeks. I'm developing this in parallel with a project that's using it, which is going to go live sometime in the next couple of weeks.

Things that are probably going to change in the API before 1.0:

  • Right now authenticators just take in the context as an argument, but it would be nice to pass the security scheme in as well.
  • Exegesis supports this concept of roles, but I've been doing a little work to refactor this out into a "plugin", so likely by 1.0 you'll need to include a plugin in your options to get that functionality.
  • #2 will be fixed. It would be nice to fix #1, but I feel like it's a more esoteric use case and I can wait until later.
  • Response validation is talked about in the docs, but it's not implemented yet, and it will be there very soon.
  • I'm aiming for at least 90% test coverage.

So, if you can live with all of that, feel free to dig in and try stuff out. There's a bunch of documentation here. If you find anything unclear I'd like to know. :)

This is also my first typescript project, so if you know typescript, feel free to point out all the horrible typescript faux-pas I've made. :P And if you don't know typescript, I'm really enjoying it, so give it a try. :)

from exegesis.

arvind-agarwal avatar arvind-agarwal commented on June 24, 2024

Hi @jwalton, Thanks for detailed reply. This sounds perfect. I am hoping you are planning to maintain this beyond your project also. I will definitely give this a try.

Regarding TypeScript, I have not yet ventured into that territory. Somehow I don't like using Transpilers on Node side. Maybe someday I will get over that mental block.

Thanks.

from exegesis.

jwalton avatar jwalton commented on June 24, 2024

The project I'm building this for is called Loop. It's my company's main product, and I've been working on it for five years. Hopefully I'll be working on it a bit longer. :)

I hear you about transpiling Javascript. Our company made a big early investment into coffee-script, and now we have several hundred coffee-script files, but upgrading to the latest coffee-script breaks everything. -_- We've been slowly converting out .coffee files to .js. I was long reluctant to try another transpiled language after that (aside from using Babel to turn JS into JS). But one of the things I really like about Typescript is that it's essentially a super-set of JS. If you run the TS compiler and "target" the latest Javascript, it basically just takes out all the type annotations, leaving you with code that's basically exactly the same as the JS you would have written if you weren't using TS, comments and all. So if Microsoft screws this all up and makes a hash of TS, you have an escape route. :)

from exegesis.

arvind-agarwal avatar arvind-agarwal commented on June 24, 2024

Your product looks very interesting. Good work @jwalton

from exegesis.

jwalton avatar jwalton commented on June 24, 2024

from exegesis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.