Proposal: Develop a LfK! (node)js lib #2
Closed
opened 2020-11-27 21:56:16 +00:00 by niggl
·
3 comments
Labels
Clear labels
bug
documentation
duplicate
enhancement
help wanted
invalid
question
wontfix
Kind/Bug
Kind/Enhancement
Kind/Feature
Kind/Question
Kind/Security
Kind/Testing
Status/Confirmed
Something is not working
issues with documentation purpose
This issue or pull request already exists
New feature
Need some help
Something is wrong
More information is needed
This won't be fixed
Something is not working
Improve existing functionality
New functionality
A question
This is security issue
Issue or pull request related to testing
This is indeed a bug/issue
Complexity
Easy
The complexity is low
Complexity
Hard
The complexity is high
Complexity
Medium
The complexity is medium
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Doing
Somebody is working on this
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Status
Review needed
Needs a reveiw
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: lfk/org#2
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This should be mainly used for the frontends interactions with the backend but can be implemented for everything else (scanner system).
This should be build on top of the RESTful api with it's openapi-doc.
https://npmjs.com/package/openapi-typescript-codegen looks pretty good
it also has the best feature set according to this nice OpenAPI generator comparison @ https://htmlpreview.github.io/?https://github.com/ferdikoomen/openapi-typescript-codegen/blob/master/samples/index.html
Done and released
https://www.npmjs.com/package/@odit/lfk-client
Closed over in backend and lib with lfk/backend#32