Check what Alfred is cookin’
Add versions of your APIs so you can manage new changes easier
Alfred currently uses Azure AD B2C which has some limitations which are reflected in slower page loading and check whether the user is logged in or not. Also, we think that passwords are unnecessary and we aim for passwordless login.
Delete your projects and all the traces connected with it.
This will save a lot of time. Initially, we want to easily generate all the interfaces for request and response objects you define for your APIs in Typescript. The result will be either an npm package (which you include in your projects) or just a folder with all the interfaces.
Publish the generated code to your own git repository or own npm registry.
Another big time saver. The generated code will also contain abstraction around the server call.
We will give you all the definitions and you can customise and automate the generated code.
Adding examples of responses or requests. Create mock API for frontend development with example responses.
This feature is tailer more to project managers. Alfred will show all endpoints and the progress (what has been done, integrated and tested).
Better sharing model where you don’t have to invite people per email but rather give access to the whole org (or subset). There should be org-wide projects.
Deploy your own version of Alfred.
Are you without internet? Never mind, Alfred will save changes locally and sync them later.
Alfred will expose the structure for the project as an API so you can interact with everything programatically.