Mercurial > public > lazybear
comparison LazyBear/Views/Profile/ProfileView.swift @ 437:5ca468751db2
Change init to initial
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sun, 20 Jun 2021 12:58:52 +0200 |
parents | 3ca32ff79630 |
children | 417148200aaf |
comparison
equal
deleted
inserted
replaced
436:a0d2477e5ff7 | 437:5ca468751db2 |
---|---|
104 } | 104 } |
105 } | 105 } |
106 | 106 |
107 switch requestType { | 107 switch requestType { |
108 case .initial: | 108 case .initial: |
109 let url = "https://api.lazybear.app/profile/type=init/symbols=\(symbolString)" | 109 let url = "https://api.lazybear.app/profile/type=initial/symbols=\(symbolString)" |
110 profile.request(url, .initial) | 110 profile.request(url, .initial) |
111 | 111 |
112 default: | 112 default: |
113 let url = "https://api.lazybear.app/profile/type=streaming/symbols=\(symbolString)" | 113 let url = "https://api.lazybear.app/profile/type=streaming/symbols=\(symbolString)" |
114 profile.request(url, .streaming) | 114 profile.request(url, .streaming) |