rebirth-http icon indicating copy to clipboard operation
rebirth-http copied to clipboard

Java JPA like HTTP client for Angular. 🍙

Results 2 rebirth-http issues
Sort by recently updated
recently updated
newest added

## 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:...