Skip to content

Commit de9c4c6

Browse files
committed
migrate OpenAPIClient.jl into OpenAPI.jl
1 parent 24e8d99 commit de9c4c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+7262
-2
lines changed

src/OpenAPI.jl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
module OpenAPIServer
1+
module OpenAPI
22

3-
using HTTP, JSON, OpenAPIClient, URIs
3+
using HTTP, JSON, URIs, Dates, TimeZones
44

5+
import Base: getindex, keys, length, iterate
6+
import JSON: lower
7+
8+
include("commontypes.jl")
9+
include("datetime.jl")
10+
include("val.jl")
11+
include("json.jl")
12+
include("client.jl")
513
include("server.jl")
614

715
end # module

0 commit comments

Comments
 (0)