Browse Source

Update 'README.md'

master
angsagd 2 years ago
parent
commit
b646be592a
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      README.md

+ 9
- 9
README.md View File

@ -1,5 +1,5 @@
# Webservices Poliklinik Mangusada
##Latihan Pemrograman Webservices
## Latihan Pemrograman Webservices
> **Disclaimer:**
>
@ -9,7 +9,7 @@
---
##Konstruksi Umum
## Konstruksi Umum
Semua request service dilakukan melalui
@ -35,7 +35,7 @@ Response service adalah data dalam format JSON, berupa JSON object dengan proper
---
##Informasi Daftar Dokter
## Informasi Daftar Dokter
```
Method : GET
@ -57,7 +57,7 @@ http://mangusada.bakpasir.web.id/dokter/2
---
##Informasi Jadwal Dokter
## Informasi Jadwal Dokter
```
Method : GET
@ -79,7 +79,7 @@ http://mangusada.bakpasir.web.id/jadwal/5
---
##Informasi Daftar Jaminan
## Informasi Daftar Jaminan
```
Method : GET
@ -101,7 +101,7 @@ http://mangusada.bakpasir.web.id/jaminan
---
##Informasi Data Pasien
## Informasi Data Pasien
```
Method : GET
@ -123,9 +123,9 @@ http://mangusada.bakpasir.web.id/pasien/510303200000023
---
##Informasi Daftar Poliklinik
## Informasi Daftar Poliklinik
###Semua Poliklinik
### Semua Poliklinik
```
Method: GET
@ -145,7 +145,7 @@ http://mangusada.bakpasir.web.id/poliklinik
{"status":1, "data":[{"id":"4", "nama":"Klinik Anak", "type":"2"}, ... ]}
```
###Poliklinik Menurut Type
### Poliklinik Menurut Type
```
Method: GET

Loading…
Cancel
Save