moises 1.0.1 moises: ^1.0.1 copied to clipboard
Moises.AI API Client for dart to access developer account data
1.0.0 #
- Add
Models
,Enums
, andExceptions
with their respectiveUnit Tests
- Add new endpoints :
Description | Method | Path |
---|---|---|
Get Application details | GET |
/api/application |
Get all Jobs | GET |
/api/job |
Get Job by id | GET |
/api/job/:id |
Create a new Job | POST |
/api/job/ |
Delete a Job by id | DELETE |
/api/job/:id |
1.0.1 #
- Add
Codecov
integration tests - Format files