An open API service indexing awesome lists of open source software.

https://github.com/arakkkkk/skeleton-go-api-client


https://github.com/arakkkkk/skeleton-go-api-client

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# samplesdk

## Flow

```plantuml
@startuml
state main
state Items {
state api:items/api.go
state service
}
state client:client/client.go

main -> api
api -> service
service -> client

client -> service
service -> api
api -> main
@enduml
```