rebirth-http
rebirth-http copied to clipboard
Java JPA like HTTP client for Angular. 🍙
## Feature ## Refactor - [ ] extract the core so it could be reused in other framework / no framework - [x] update to latest TypeScript and Angular ##...
` @Headers({ 'Content-Type': 'multipart/form-data' }) @POST('/apps') addApk(@Body formData: FormData, @Query('params') params: { version: string, description: string }): Observable { return null; }` ---service end--- `this.service.add(formData, { version : this.formCache.version, description:...