Lemon2311 / Lemon2311/MicroAPIgRESTion
Why run main?
Open
Nobody has claimed this yet.
enhancement
inconsequential
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
After defining handlers
asyncio.run(main())
needs to be ran.
It would be cool to automatically do so without having to put this after the handler definition.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the handler definition and the current asyncio.run(main()) call in the project. Trace how the MicroPython server is started and determine how automatic startup should fit that flow; done means users no longer need to add the explicit call after defining handlers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100