bungie-marathon-api
v0.2.0
Published
### How to use?
Downloads
1,236
Readme
bungie-marathon-api
How to use?
- there is a api response type, api request type for each api
- there is api endpoint too
response/request type
- for User.GetBungieNetUserById
- endpoint : getBungieNetUserById
- method need props or not
- resposetype : GetBungieNetUserByIdResposeType
- endpoint : getBungieNetUserById
simply api name itself with lower camel case is endpoint
add ResponseType to get response type
add RequestType to get request body type
Progress
User.* - 100% without destiny related one
Issue
- If there is some error or missing apis, post issue please